limitResizeColumn abstract method

bool limitResizeColumn(
  1. PlutoColumn column,
  2. double offset
)
inherited

When expanding the width of the freeze column, check the width constraint of the freeze column.

Implementation

bool limitResizeColumn(PlutoColumn column, double offset);