ListView and Tab Control Display Problems

G

Guest

I have a tab control with two pages. I have a ListView control in each of the
pages.
My problem is that when I navigate from page 1 to page 2, the ListView in
page 2 is not displayed properly. Navigating back to page 1 and then to page
2 seems to fix the problem.

Does anyone know how to make the ListView control in page 2 display properly
(correct location, data rows, etc.) without having to switch back and forth
between the Tab pages.

Thanks

Edward
 
S

Stefan Hoffmann

hi Edward,
I have a tab control with two pages. I have a ListView control in each of the
pages.
My problem is that when I navigate from page 1 to page 2, the ListView in
page 2 is not displayed properly. Navigating back to page 1 and then to page
2 seems to fix the problem.

Does anyone know how to make the ListView control in page 2 display properly
(correct location, data rows, etc.) without having to switch back and forth
between the Tab pages.
Google for "access tab control listview bug".

afair it is normally caused by an outdated mscomctl.dll.


mfG
--> stefan <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top