ListView

J

Jim Heavey

Hello, I have a problem with my listview headers. I created a common
routine for assigning all the properties for a listview and their
respective column headings. I use this code to set up 4 ListViews and one
of the listviews, the columns never appear.

Just prior to the end of the form load, I interate through the Column
Heading collection for the Listview in which the headings do not appear and
the headings are in the collection.

I thought maybe I was doing a ListView.Clear(), but if I was doing that,
theose headings wouldn't show up in the collection...would they?

Why aren't they showing up which the listview is presented?

Thanks in advance for your assistance?
 
J

Jacob

Could be a number of problems, but probably something simple. A difficult
question to answer without seeing the source code.

Jacob
 
J

Jim Heavey

I think the problem was that there was not data and I think I had the width
to -1, which would cause the headings to not show up when not data is
present.

So I have this resolved!!!!!!!!!
 

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