Listview BUG
窗口放一LISTVIEW 一IMAGELIST
FORM_ONLOAD
listview1.items.add(new ListViewItem( "aad asdf ",0);
listview1.items.add(new ListViewItem( "aad asdf ",1);
listview1.items.add(new ListViewItem( "aad asdf ",2);
listview1.View = View.SmallIcon;
第三个ICON会看不到
------解决方案--------------------up