Click or drag to resize
DigitalRuneScrollBarVisibility Enumeration
Specifies the visibility of a ScrollBar for scrollable content.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public enum ScrollBarVisibility
Members
  Member nameValueDescription
Disabled0 A scroll bar does not appear even when the ScrollViewer cannot display all of the content. The content size is restricted by the size of the ScrollViewer.
Auto1 A scroll bar appears when the ScrollViewer cannot display all of the content.
Hidden2 A scroll bar does not appear even when the ScrollViewer cannot display all of the content. The content size is not limited by the size of the ScrollViewer.
Visible3 A scroll bar always appears.
See Also