ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / MaxDropDownHeight Property

In This Topic
    MaxDropDownHeight Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets maximum height constraint of the drop-down box.
    Syntax
    'Declaration
     
    
    Public Property MaxDropDownHeight As Double
    public double MaxDropDownHeight {get; set;}
    See Also