Click or drag to resize
KaxMenuAutoScrollMinimumHeight Property
The minimum available height that is needed to enable the auto-scroll.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int AutoScrollMinimumHeight { get; set; }

Property Value

Type: Int32
Remarks
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