PDA

View Full Version : Solved: Sync ListViews items



JKwan
06-05-2009, 06:54 AM
I created a form that has 3 ListView Controls on it. If I select an item from any of the 3 ListViews, it will automatically, select the other 2 and highlight the items. The problem is, if the item is not in the view, it does not scroll to it. I have to scroll the control to see the item... How does one do the syncing with all the controls no matter which on you select on?

Thanks

JKwan
06-05-2009, 07:10 AM
Found my solution. There is a .EnsureVisible that one can use.