Click or drag to resize
KaxMenuEnableScreenBoundaryDetection Property
Gets or sets a value indicating whether the screen boundary detection will be applied when menu items are expanded.

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

Property Value

Type: Boolean
Remarks
By default KaxMenu will check if there is enough space to open a menu item. If there isn't the expand direction of the item will be inverted - Left to Right, Bottom to Top and vice versa.
See Also