Gets or sets the height of a sliding pane.
[Visual Basic]
Public Property SlidePaneHeight As
Int32
[C#]
public
Int32 SlidePaneHeight {get; set;}
Remarks
Use this property to specify the height of a sliding pane when SingleExpand is set to true. The acutal height of the menu may increase if the height specified by this property is not adequate.
Tip:
To control bottom paddings for each menu group, use MenuGroup.Style.Paddings property or related CSS style attribute.
See Also
SlideMenu Class | EO.Web Namespace