RowsSizingStyle
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Controls how a manually resized row height propagates through the main and split grids.
- C#
- VB.NET
public enum RowsSizingStyle : Enum
Public Enum RowsSizingStyle As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| FreeSize | Resize only the affected row. | |
| SameSize | Apply the changed height to data rows in both grids. | |
| SameSizeInEachGrid | Synchronize rows only within the grid containing the resized row. | |
| SameSizeInMainGrid | Synchronize main-grid rows when a main-grid row is resized. | |
| SameSizeInSplitGrid | Synchronize split-grid rows when a split-grid row is resized. |
Used By
| Name | Description |
|---|---|
| SalFormTableWindow.RowSizingStyle | Gets or sets how user row resizing propagates to other rows. |
| SalTableWindow.RowSizingStyle | Gets or sets how user row resizing propagates to other rows. |