onColumnResize method

bool onColumnResize(
  1. FluentDocument document,
  2. FluentTable table,
  3. int colIdx,
  4. double oldWidth,
  5. 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;