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

In This Topic
    DropDownHeight Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the height of the dropdown (set to Double.NaN to size automatically).
    Syntax
    'Declaration
     
    
    Public Property DropDownHeight As Double
    public double DropDownHeight {get; set;}
    See Also