DimkaNewtown
Freshman
I need to select a listviewitem in my ListView.
So sure, I do:
SomeListViewItem.Select();
but if it's off the screen I need the listview to scroll down to it
SomeListViewItem.Focus();
doesn't seem to work.
has anyone done something like that before?
So sure, I do:
SomeListViewItem.Select();
but if it's off the screen I need the listview to scroll down to it
SomeListViewItem.Focus();
doesn't seem to work.
has anyone done something like that before?