Hello
Is there a way to remove the current column sort indicator in a TableView?
For example:
- a table is filled with data which by default is sorted by column 0
- the user sorts the data by column 3
- the table is emptied (TableView1.Items.Clear)
- the table is populated with new data
- the TableView still shows the column sort indicator in column 3 even though the data isn't being sorted by that column any more
Regards
Joe
Is there a way to remove the current column sort indicator in a TableView?
For example:
- a table is filled with data which by default is sorted by column 0
- the user sorts the data by column 3
- the table is emptied (TableView1.Items.Clear)
- the table is populated with new data
- the TableView still shows the column sort indicator in column 3 even though the data isn't being sorted by that column any more
Regards
Joe