ScrollBarVisibility Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates conditions under which scroll bars will be visible.
public enum ScrollBarVisibility
type ScrollBarVisibility =
- Inheritance
-
System.EnumScrollBarVisibility
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Indicates the default scroll bar behavior for the platform. |
Always | 1 | Indicates that scroll bars will be visible, even when the content fits on the control. |
Never | 2 | Indicates that scroll bars are not visible, even if the content does not fit on the control. |