I am using a 2 column list box. When I use the scrollbars to go to the top, a line is sometimes displayed twice. It is usually one of the top few lines. The Controls value is correct. It is just dispalying the wrong data.
For example:
one
two
three
four
.
.
.
shows up as:
one
one
two
three
.
.
If I click on the second "one", the display changes to "two", (which is correct), but it now shows:
one
two
two
three
.
.
The arrow, home and end keys work fine.
I remember seeing something about this, but could not locate it. Arefresh does not seem to affect the selected item, but I can't figure out how to refresh the list box if the scrollbars are moved.
Thanks,
Sam
For example:
one
two
three
four
.
.
.
shows up as:
one
one
two
three
.
.
If I click on the second "one", the display changes to "two", (which is correct), but it now shows:
one
two
two
three
.
.
The arrow, home and end keys work fine.
I remember seeing something about this, but could not locate it. Arefresh does not seem to affect the selected item, but I can't figure out how to refresh the list box if the scrollbars are moved.
Thanks,
Sam