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

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