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

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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 fieldMaxDropDownHeightProperty
Metadata properties set to trueNone

See Also