On 20 Feb 2014, at 20:55, Aris Green <[email protected]> wrote: > I can't find any method in the docs about how to disable the user reordering > TableView columns. I want them to be able to click the header for sorting, > but I want to disable reordering as it does not work that well.
Hi, You can set TableViewColumn::movable to false. The property was introduced in QtQuick.Controls 1.1. PS. For future reference, the mailing list for Qt users is [email protected]. -- J-P Nurmi _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
