[]
Specifies when the component displays the scroll bars.
public enum ScrollBarPolicy
Public Enum ScrollBarPolicy
Name | Description |
---|---|
Always | Displays the scroll bars at all times. |
AsNeeded | Displays the scroll bars only when needed. |
Never | Does not display the scroll bars. |