Missing Listview Column Headers

R

Ray Mitchell

Hello,

I'm trying to create a ListView object with several labeled columns. Using
the Visual Studio Toolbox I simply drag a ListView item onto my dialog box.
Then I go into the Columns (Collection) property and add 3 columns. I am
strictly relying on all the automatically generated code and not adding or
changing any code manually. The program compiles fine but when I run it the
list is there but there are no columns or column titles. What should I be
doing that I'm not? I've run the example given in the uSoft samples but I'd
rather use automatically generated code for what I can rather than writing
all the GUI stuff manually.

Thanks,
Ray Mitchell
 

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