ListView in detailed view problem.

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