hi

i am having weird issues with a listview on Mobile 5.0

i have some data i display in a ListView with View = Details (1) - no icons, simple row headers, text only data.

i start off using the list box to view a large icon view - works great.

the first time through the view looks as expected - nice clean, tight rows just like i expected and wanted.

the next time through (after using the list box to view the large icon view again) the view is messed up. each row is double the height and it looks like there is a blank empty icon at the start of each line!

when i select the line there is a large, empty square box at the start of each row.

now the strange thing is this behaviour happens the first time through if i put in code that explicitly sets the ListView.View to Details (1) ANY place in the code.

any one got any idea? i looked all over but cannot see any reference to this or any documentation on this. it is so weird.

this application was converted from VB.net 2003 but works great.

thanks