[]
Configurates MaxHeight. Sets the maximum height of the list.
public ListBoxBuilder<T> MaxHeight(double value)
Public Function MaxHeight(value As Double) As ListBoxBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| double | value | The value. |
| Type | Description |
|---|---|
| ListBoxBuilder<T> | Current builder. |