ScrollBarVisibility Enum

Definition

Enumerates conditions under which scroll bars will be visible.

public enum class ScrollBarVisibility
public enum ScrollBarVisibility
type ScrollBarVisibility = 
Public Enum ScrollBarVisibility
Inheritance
ScrollBarVisibility

Fields

Always 1

The scollbar will be visible, regardless of the content or orientation.

Default 0

The visibility of the scrollbar will be the default for the platform based on the content and orientation.

Never 2

The scrollbar will not be visible, regardless of the content or orientation.

Applies to