KaxMenuAutoScrollMinimumWidth Property |
The minimum available width 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 AutoScrollMinimumWidth { get; set; }
Public Property AutoScrollMinimumWidth As Integer
Get
Set
public:
property int AutoScrollMinimumWidth {
int get ();
void set (int value);
}
member AutoScrollMinimumWidth : int with 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