Skip to main content

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.

public enum RowsSizingStyle : Enum

Fields

NameDescriptionValue
FreeSizeResize only the affected row.
SameSizeApply the changed height to data rows in both grids.
SameSizeInEachGridSynchronize rows only within the grid containing the resized row.
SameSizeInMainGridSynchronize main-grid rows when a main-grid row is resized.
SameSizeInSplitGridSynchronize split-grid rows when a split-grid row is resized.

Used By

NameDescription
SalFormTableWindow.RowSizingStyleGets or sets how user row resizing propagates to other rows.
SalTableWindow.RowSizingStyleGets or sets how user row resizing propagates to other rows.