onRowResize method
bool
onRowResize(
- FluentDocument document,
- FluentTable table,
- FluentRow row,
- double oldHeight,
- double newHeight,
Called when a table row is resized. Return true if handled.
Implementation
bool onRowResize(
FluentDocument document,
FluentTable table,
FluentRow row,
double oldHeight,
double newHeight,
) =>
false;