LinesPerRow

[property icon] LinesPerRow

Specifies the number of lines for this row

Integer property

Applies to: Grid , GridCell

Introduced in KCML version 6.00


>

LinesPerRow

This grid cell property can only be applied to rows and overrides the LinesPerRow property set for the whole grid. It is typically applied to the fixed row of a grid to keep it at, say, a single line high whilst allowing the main body of a grid to have rows, say, 2 lines high.

Normally having differently sized rows automatically forces the NoIntegralHeight property to be set internally. However, if only the fixed row height is changed using this property, then this will not happen.

See also

Grid methods, properties and events. GridCell methods, properties and events.