RowsSizingStyle
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Defines how to resize rows in the main and split grids in the SalTableWindow control.
- C#
- VB.NET
public enum RowsSizingStyle : Enum
Public Enum RowsSizingStyle As [Enum]
Fields
| Name | Description |
|---|---|
| FreeSize | Each row is resized individually. |
| SameSize | All rows are kept of the same size. |
| SameSizeInEachGrid | All rows in each grid are kept of the same size. |
| SameSizeInMainGrid | All rows in the main grid are kept of the same size. |
| SameSizeInSplitGrid | All rows in the split grid are kept of the same size. |
Used By
| Name | Description |
|---|---|
| SalFormTableWindow.RowSizingStyle | Keeps all rows of the same height. |
| SalTableWindow.RowSizingStyle | Keeps all rows of the same height. |