ColumnsPerScroll Property
In This Topic
Gets or sets the number of columns, or character positions, to be rolled right or left during one horizontal scrolling operation with Ctrl+Left or Ctrl+Right. In Reflection for HP, this property only applies when the RightMargin property is set to a value greater than 80. In Reflection for UNIX and OpenVMS and Reflection for ReGIS Graphics, this property only applies when RightMargin is greater than 80 and you are operating in graphics mode without a 132-column adapter.
Syntax
'Declaration
Property ColumnsPerScroll As Integer
'Usage
Dim instance As IScreen
Dim value As Integer
instance.ColumnsPerScroll = value
value = instance.ColumnsPerScroll
int ColumnsPerScroll {get; set;}
See Also