Gets or sets the maximum height of the drop-down pane. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[TypeConverterAttribute(typeof(LengthConverter))]
public double MaxDropDownHeight { get; set; }
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(LengthConverter))> _
Public Property MaxDropDownHeight As Double

Remarks

Dependency Property Information
Identifier field MaxDropDownHeightProperty
Metadata properties set to true None

See Also