ListView in detailed view problem.

R

Ronny

Hi.

I am having a problem where the ListView will not display any data when
using the "detailed" view, the data displays fine when using icons or list.
Even the columns will look like a grey bar at the top of the listview.
I am not using any images and the same data will display just fine when I
use the ComponentOne list view control.

Any ideas?

Ronny
 
R

Ronny

This is typical. Just as my post gets up here I fix the problem myself DOH..
Explanation of my silly problem - if you use this "ListView1.Clear()" you
will have the same problem (silly) of-course you must use this
"ListView1.Items.Clear()" to clear your items. Hope I didn't waste anyone's
time.

Ronny
 

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