KaxMenuEnableAutoScroll Property |
Gets or sets a value indicating if an automatic scroll is applied if the groups are larger then the screen height.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool EnableAutoScroll { get; set; }
Public Property EnableAutoScroll As Boolean
Get
Set
public:
property bool EnableAutoScroll {
bool get ();
void set (bool value);
}
member EnableAutoScroll : bool with get, set
Property Value
Type:
BooleanSee Also