ScrollBarVisibility Enum

Definition

Enumerates conditions under which scroll bars will be visible.

public enum ScrollBarVisibility
type ScrollBarVisibility = 
Inheritance
ScrollBarVisibility

Fields

Always 1

Indicates that scroll bars will be visible, even when the content fits on the control.

Default 0

Indicates the default scroll bar behavior for the platform.

Never 2

Indicates that scroll bars are not visible, even if the content does not fit on the control.

Applies to