[]
Describes how the height of a row in a RenderTable can be adjusted if required by adjustments to the height of the containing table.
public enum StretchRowEnum
| Name | Description |
|---|---|
| Default | The behavior depends on the StretchRows property of the containing RenderTable. |
| IfLastOnPage | The row can be stretched if it is the last row on the page. |
| No | The row cannot be stretched. |
| Yes | The row can be stretched as needed. |