[]
Controls whether partial rows are displayed.
[Browsable(false)]
public bool IntegralHeight { get; set; }
<Browsable(False)>
Public Property IntegralHeight As Boolean
| Type | Description |
|---|---|
| bool | The default value is false. |
If True, partial rows are not displayed, and the height of the control will be reduced to eliminate the last partial row if necessary.
If False, partial rows are displayed, and the control retains its design-time height.