Vcl.Forms.TControlScrollBar Properties
InheritedProtected
| ButtonSize | published | Specifies the sizes of the buttons in the scroll bar. |
| Color | published | Specifies the scroll bar's color. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Increment | published | Determines how far the display moves when the user clicks one of the small end arrows on the scroll bar. |
| Kind | public | Indicates whether the scroll bar is horizontal or vertical. |
| Margin | published | Determines when a scroll bar is generated. |
| ParentColor | published | Specifies whether the scroll bar should. |
| Position | published | Specifies the position of the thumb tab on the scroll bar. |
| Range | published | Determines how far the scrolling region of the associated control can move. |
| ScrollPos | public | Indicates the position of the thumb tab. |
| Size | published | Specifies the scroll bar's size. |
| Smooth | published | Specifies whether the amount the associated control scrolls is dynamically computed. |
| Style | published | Specifies the scroll bar's style. |
| ThumbSize | published | Specifies the length of the scroll bar's thumb tab. |
| Tracking | published | Determines whether the form or scroll box moves before the thumb tab is released. |
| Visible | published | Determines whether the scroll bar appears. |