Developer

RowResizingOptions

Specifies whether all rows will be resized on row resizing action.

property RowResizingOptions: TNxRowResizingOptions read FRowResizingOptions write FRowResizingOptions default roResizeSingleRow;

Remarks


NextGrid6 and NextDBGrid6 are handling roResizeAllRows value in different manner.

Resizing is done inside ChangeRowHeight virtual method, for each class separately.

See also