canReorderProperty

When set, items in the ListView can be reordered by dragging with the mouse, and also using Ctrl+Up / Down. The default value is false.

NOTE. If you require special handling when dragging ListCells (for example moving items between two or more lists), then you should keep this false and implement you own onMousePressed and onMouseDragged events on a custom ListCell. (See cellFactory).