ListView Repaint Problem

G

Guest

Hi all,

I have a VB.NET app which displays some data in a "Details" view of a
ListView control. The code to populate the list is run in the Form_Load
handler. When I run the Form,, all worked fine.

Then, I added a 3rd party controls (2 buttons) to the form.

Now when I run the form, the ListView Control is not visible. If I press
the down arrow key, the list appears.

I then attempted to Invalidate() the ListView control on Form_Activate().
That helped, but only painted the list portion of the ListView, but not the
Column Headers or borders.

Any ideas out there?

RML
 
C

Cor Ligthert

RML,

In the way you describe the problem than it is the 3rd party control that is
the reason.

What kind of answer else than: "Why not ask it to the vendor of the 3rd
party control", do you expect from this newsgroup?

Cor
 

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

Similar Threads


Top