ListView column width problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have aform with a ListView on it. I have created a column and added text to
it...added some spaces and a time stamp so that the width is around 75
characters long. When I open up the form in an emulator it looks as it
should. However, when I deploy it to my device and open it up...the colum
looks like the width is 0 and I have to stretch it to see the text.

Any ideas on why this may be happening?

Thanks
 
....also earlier service packs fixed issues with setting the listview column
to -1 or -2. Check if you are doing that and what text you have set for the
Column Name.

If you are still having troubles, post some code

Cheers
Daniel
 
Back
Top