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 class ScrollBarVisibility
public enum ScrollBarVisibility
type ScrollBarVisibility =
Public Enum ScrollBarVisibility
- Inheritance
-
ScrollBarVisibility
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The visibility of the scrollbar will be the default for the platform based on the content and orientation. |
Always | 1 | The scollbar will be visible, regardless of the content or orientation. |
Never | 2 | The scrollbar will not be visible, regardless of the content or orientation. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.