Hello.
I Have a listview with several items in it.
How do I get the listview to scroll down when another item is added?
In winforms, I could just call ensurevisible() on the item in question, and the listview would scroll, but (even though MSDN says to the contrary) there is no EnsureVisible method in the CF.
How can I implement this behaviour?
I Have a listview with several items in it.
How do I get the listview to scroll down when another item is added?
In winforms, I could just call ensurevisible() on the item in question, and the listview would scroll, but (even though MSDN says to the contrary) there is no EnsureVisible method in the CF.
How can I implement this behaviour?