ScrollbarVisibility Enumeration

Lists all the visibility types of the scrollbar in the preview view.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ScrollbarVisibility
Members
Member nameValueDescription
None0 No scrollbars are visible.
Horizontal1 The horizontal scrollbar is visible.
Vertical2 The vertical scrollbar is visible.
Both3 The both scrollbars are visible.
See Also