I would like to find an item in my listview items collection and have it
scroll to the 3rd visible item in the list and be marked as selected.
What's the best way to do this?
Thanks,
RickN
...
more >>
Hi,
I met a strange problem during playing listView control.
If I create the control following the InitializeComponent(), then it
displayed well at the beginning. If later on I want dynamically
change-remove all existing column headers and all items, add new header and
items, the listview con...
more >>