Skip to main content
Version: 2023

RowsSizingStyle

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

Defines how to resize rows in the main and split grids in the SalTableWindow control.

public enum RowsSizingStyle : Enum

Fields

NameDescription
FreeSizeEach row is resized individually.
SameSizeAll rows are kept of the same size.
SameSizeInEachGridAll rows in each grid are kept of the same size.
SameSizeInMainGridAll rows in the main grid are kept of the same size.
SameSizeInSplitGridAll rows in the split grid are kept of the same size.

Used By

NameDescription
SalFormTableWindow.RowSizingStyleKeeps all rows of the same height.
SalTableWindow.RowSizingStyleKeeps all rows of the same height.