For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Description

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

Name
Description

Keeps all rows of the same height.

Keeps all rows of the same height.

Last updated