listview in the compact framework

elloco999

Well-known member
Joined
Dec 21, 2004
Messages
49
Programming Experience
5-10
Hi,

I'm porting a VB.NET application to the compact framework. In my .net application I use a listview to display some data from a database. In the .NET framework application I added some columns to the listview. These columns where then shown, both in the IDE and in the application itself.

With the compact framework I also added some columns to the listview, but the columns are not shown. Not in Visual Studio, nor in the application. Can someone tell me why that is? Am I forgetting something here? Do I have to make the columns visible first? I can remember doing so with the .NET application... Also I couldn't find a way to do this...

Anyway, if anyone could shed some light in the darkness it would be greatly appreciated.

Greets,
El Loco
 
Back
Top