Help! Jumping ListViews!
I'm writing some code on a userform that uses listview boxes.
Strangely the following code make the listview move around the form;
ListView1.Visible = False
ListView1.ListItems.Clear
ListView1.Visible = True
Can anyone else repeat this, and is there a workaround? (Obviously the
program is more complicated than this but it needs to selectively
hide listviews, change them and reveal them based on changing customer
selections).
Thanks everyone!
|