RowsSizingStyle

PPJ.Runtime.Windows.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.

public enum RowsSizingStyle : Enum

Fields

NameDescription

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

NameDescription

Keeps all rows of the same height.

Keeps all rows of the same height.

Last updated