C# Syntax
public struct ScrollInfo : System.ValueType
System.Object
System.ValueType
HP.LFT.SDK.ScrollInfo
Name | Description | |
---|---|---|
![]() | Exists | Indicates whether the scroll bar exists. |
![]() | Maximum | The maximum position (in lines) of the scroll bar. |
![]() | Minimum | The minimum position (in lines) of the scroll bar. |
![]() | PageSize | The size (in lines) of a single page of the scroll bar. |
![]() | Position | The current position (in lines) of the scroll bar. |