Lists all the visibility types of the scrollbar in the preview view.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum ScrollbarVisibility
Members
Member name | Value | Description |
---|---|---|
Both | 3 | The both scrollbars are visible. |
Horizontal | 1 | The horizontal scrollbar is visible. |
None | 0 | No scrollbars are visible. |
Vertical | 2 | The vertical scrollbar is visible. |