[]
Specifies whether the component scrolls the sheet when the user moves the scroll box.
public enum ScrollBarTrackPolicy
Public Enum ScrollBarTrackPolicy
| Name | Description |
|---|---|
| Both | Scrolls the sheet when the user moves either the horizontal or the vertical scroll box |
| Horizontal | Scrolls the sheet when the user moves the horizontal scroll box |
| Off | Does not scroll the sheet when the user moves the scroll box |
| Vertical | Scrolls the sheet when the user moves the vertical scroll box |