[]
Gets or sets the maximum height of the drop-down window, if the user does not customize the size of the drop-down window; otherwise, this property does not take effect.
[Browsable(true)]
public int? DropDownMaxHeight { get; set; }
<Browsable(True)>
Public Property DropDownMaxHeight As Integer?
Type | Description |
---|---|
int? | An int value that indicates the maximum height of the drop-down window.
|