Assembly: Forms;
The IScrollInfo interface contains properties that are used to get information about the scrollbar.
IScrollInfo
Use the HScrollInfo or VScrollInfo property to get information about scrollbars.
| Property name | Brief description | |
![]() |
Max | The Max property returns the maximum possible position of the scrollbar slider. |
![]() |
Min | The Min property returns the minimum possible position of the scrollbar slider. |
![]() |
Page | The Page property returns page size. |
![]() |
Pos | The Pos property determines position of the scrollbar slider. |
![]() |
TrackPos | The TrackPos property determines position of slider during the scrolling. |
See also: