Click or drag to resize
UILayoutPaneShowOverflowOnHover Property
If 'true', then when moused-over, the pane's zIndex is raised and overflow is set to 'visible'. This allows pop-ups and drop-downs to overlap adjacent panes. WARNING: Enable this only for panes that do not scroll!

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public Nullable<bool> ShowOverflowOnHover { get; set; }

Property Value

Type: NullableBoolean
See Also