how to lock the position of a column

I’ve got a tableview form, all the fields have left and right anchors so the user can resize and move the columns.
This is ok for most columns, however there are some columns that I always want to have at the same position (at the start or at the end of the form). Is this posible?
I tryied to remove the anchors for that column, that makes the column not resizable (which is ok) but the user is still able to move the column.

jdbruijn:
I’ve got a tableview form, all the fields have left and right anchors so the user can resize and move the columns.
This is ok for most columns, however there are some columns that I always want to have at the same position (at the start or at the end of the form). Is this posible?
I tryied to remove the anchors for that column, that makes the column not resizable (which is ok) but the user is still able to move the column.

We’ve made the same request, jdbruijn, and filed a case for this, case number SVA:328619.
At the moment, as far as I’m aware you cannot make a column non-draggable. As a temporary solution to this problem we just move the column back to its original location at onShow() of the form. Users can move it but it’ll go back to where it was next time the form is shown. Pretty awkward still :?

Cheers,
Maria