onColumnResize method
bool
onColumnResize(
- FluentDocument document,
- FluentTable table,
- int colIdx,
- double oldWidth,
- double newWidth,
Called when a table column is resized. Return true if handled.
Implementation
bool onColumnResize(
FluentDocument document,
FluentTable table,
int colIdx,
double oldWidth,
double newWidth,
) =>
false;