InfoConnect for Unisys
SmoothScroll Property


Gets or sets the scroll speed setting. When this property is set to True, data from the host scrolls more slowly and evenly. (Changing this value to True is equivalent to changing the Scrolling option on the Screen tab of the Display Setup dialog box to Smooth.)
Syntax
'Declaration
 
Property SmoothScroll As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.SmoothScroll = value
 
value = instance.SmoothScroll
bool SmoothScroll {get; set;}
See Also