I want to hide one column in a listview object.
I tried to set the width of the column to 0, then I got the result I wanted. But if I resize the columns by scrolling the columnheaders, then the hidden column will be visible.
How can I really hide an Column in a ListviewObject?