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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public Nullable<bool> ShowOverflowOnHover { get; set; }
Property Value
Type:
NullableBooleanSee Also