enableDropToResize property

bool enableDropToResize
getter/setter pair

Display the right icon for drop to resize the column

The PlutoGridConfiguration.columnResizeIcon icon appears. By dragging this icon to the left or right, the width of the column can be adjusted. Can't narrow down to less than minWidth. Also, if frozen is set, it can be expanded only within the limit of the width of the frozen column.

If enableContextMenu is enabled, the contextMenu icon appears. In this case, dragging the context menu icon adjusts the column width.

Implementation

bool enableDropToResize;