M
mscertified
I have a listbox and a button which can be used to extend its height and then
reduce it back again.
Underneath this listbox is another listbox.
When I extend the height of the upper listbox, it extends but the lower
listbox shows through it.
I got around this by making the lower listbox invisible and then visible
again.
Now my problem is that even when I reduce the height of the upper listbox
and make the lower one visible again, the entries in the lower listbox do not
fully re-appear. I tried repainting the form but it has no effect. I'd like
to avoid requerying the listbox if possible.
Any ideas on how to make this simple operation work?
Thanks.
reduce it back again.
Underneath this listbox is another listbox.
When I extend the height of the upper listbox, it extends but the lower
listbox shows through it.
I got around this by making the lower listbox invisible and then visible
again.
Now my problem is that even when I reduce the height of the upper listbox
and make the lower one visible again, the entries in the lower listbox do not
fully re-appear. I tried repainting the form but it has no effect. I'd like
to avoid requerying the listbox if possible.
Any ideas on how to make this simple operation work?
Thanks.