Skip to main content
Version: 2025

RowsSizingStyle

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.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.RowSizingStyle
SalTableWindow.RowSizingStyleGets or sets which grids keep their rows at a uniform height when a row is resized.