Click or drag to resize
KaxMenuAutoScrollMinimumWidth Property
The minimum available width 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 AutoScrollMinimumWidth { get; set; }

Property Value

Type: Int32
The minimum width measured in pixels. The default value is 50 pixels.
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