Is there a handy way to save/load the column order for a TreeListView?
Is there a handy way to save/load the column order for a TreeListView?
Hi Alex,
I'm sorry but we don't have anything built in for that. You can enumerate the columns and persist the order yourself though.
The TreeListView.ColumnReordered event is raised after the end user reorders a column.
Please log in to a validated account to post comments.