Gets and sets the width (in pixel) of the group.
[Visual Basic]
Public Property Width As
Int32
[C#]
public
Int32 Width {get; set;}
Property Value
System.Int32
The width (in pixel) of the group. By default, this property is adjusted automatically.
This property is read /write.
Remarks
Usually you do not need to set this property because by default group width is automatically adjusted to fit the widest item.
This property is ignored for a sliding pane in a slide menu or a tab group in a TabStrip, in both cases the width is determined by the container's width.
See Also
NavigationItemGroup Class | EO.Web Namespace