ComboBoxTemplateSettings.DropDownClosedHeight Property

Definition

Gets a value that reports the run-time layout slot height of the "Popup" part of a ComboBox in the "Closed" state.

public:
 property double DropDownClosedHeight { double get(); };
double DropDownClosedHeight();
public double DropDownClosedHeight { get; }
var double = comboBoxTemplateSettings.dropDownClosedHeight;
Public ReadOnly Property DropDownClosedHeight As Double

Property Value

Double

double

The run-time layout slot height, in pixels.

Remarks

DropDownClosedHeight is referenced in the default generic.xaml template animations for ComboBox.

Applies to