ComboBoxTemplateSettings.DropDownOpenedHeight Property

Definition

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

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

Property Value

Double

double

The run-time layout slot height, in pixels.

Remarks

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

Applies to