Missing Listview Column Headers

  • Thread starter Thread starter Ray Mitchell
  • Start date Start date
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
 
Back
Top