Xceed DataGrid for WPF v7.2 Documentation
MaxDropDownHeight Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > GroupNavigationControl Class : MaxDropDownHeight Property
Gets or sets the maximum height of the group navigation control's drop-down menu, in pixels.
Syntax
'Declaration
 
Public Property MaxDropDownHeight As Double
'Usage
 
Dim instance As GroupNavigationControl
Dim value As Double
 
instance.MaxDropDownHeight = value
 
value = instance.MaxDropDownHeight
public double MaxDropDownHeight {get; set;}

Property Value

A double value representing the maximum height of the group navigation control's drop-down menu, in pixels. By default, SystemParameters.PrimaryScreenHeight / 3.0.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupNavigationControl Class
GroupNavigationControl Members