Gets and sets the height (in pixel) of the group.
[Visual Basic]
Public Property Height As
Int32
[C#]
public
Int32 Height {get; set;}
Property Value
System.Int32
The height (in pixel) of the group. By default, this property is adjusted automatically.
This property is read /write.
Remarks
By default, height is automatically adjusted to fit all items in the group. However, you can explicitly set this property to a value that is less than the total item height to enable scrolling if it is supported.
See Also
NavigationItemGroup Class | EO.Web Namespace