KaxMenuAutoScrollMinimumHeight Property |
The minimum available height that is needed to enable the auto-scroll.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int AutoScrollMinimumHeight { get; set; }
Public Property AutoScrollMinimumHeight As Integer
Get
Set
public:
property int AutoScrollMinimumHeight {
int get ();
void set (int value);
}
member AutoScrollMinimumHeight : int with get, set
Property Value
Type:
Int32Remarks
Enabling the auto-scroll when there is very little available space can
lead to a situation where only the scroll arrows are visible.
If the available space is lower than the specified value, the menu will
attempt to screen boundary detection first (if enabled).
See Also