Click or drag to resize

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; }

Property Value

Type: Boolean
true if this always hide Scroll Bar; otherwise, false.
See Also