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