clock-up-blog

junk-junction

ListView

(.NET) Removing icon on listview column header

Summary Removing icon on list view column header looks easy, but actually it has confused feature. Bad code This code looks no problem but it doesn't work. ListView view; int col; view.Columns[col].ImageIndex = -1; Good code You need to re…