ModernPresenterIsScrollBarHidden Property |
Gets or sets a value indicating whether this to hide the Scroll Bar even on mouse over.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public bool IsScrollBarHidden { get; set; }
Public Property IsScrollBarHidden As Boolean
Get
Set
public:
property bool IsScrollBarHidden {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if this always hide Scroll Bar; otherwise,
false.
See Also