Home
 Index > .NET Windows Forms Applications > ListView data not displaying properly

.NET Windows Forms Applications:  ListView

ListView data not displaying properly

Problems displaying header even though columns are set.

Added on 7 Jun 2008

Scenarios:

Scenario Summary:
The header is not visible, the items don't display the selected data, and the items are tiled horizontally.
Scenario Details:
Added on 7 Jun 2008

Solution Summary:
Change the View property to "Details".
Solution Details:

By default, Visual Studio 2008 sets the View property to LargeIcon

When you set the View property to Details the header will be visible and each item will appear in its own row, rather than the horizontal flow.

The default LargeIcon view does not display listitem subitems (which are added to columns to the right of the first column), but only the item text.

Was this solution useful? Yes No Added on 7 Jun 2008
Rating: 

Copyright 2010 © E-Centric, Inc. | Terms of Use