[]
Gets or sets whether the height is preferred.
public bool AutoItemHeight { get; set; }
Public Property AutoItemHeight As Boolean
| Type | Description |
|---|---|
| bool | A bool value that indicates whether the height is preferred, true if
the height is preferred; otherwise, false.
|