TreeViewColumn.setReorderable
void setReorderable(bool reorderable) nothrowIf reorderable is true, then the column can be reordered by the end user dragging the header.
Parameters
reorderable | true, if the column can be reordered. |
void setReorderable(bool reorderable) nothrowIf reorderable is true, then the column can be reordered by the end user dragging the header.
reorderable | true, if the column can be reordered. |