Listbox with Smartphone 2003

  • Thread starter Thread starter Jon Berry
  • Start date Start date
J

Jon Berry

C#
Compact Framework 1.0
Smartphone 2003
Visual Studio 2005

I would really like to use a Listbox control, but apparently
that is not available with smartphone 2003.

I tried using a Listview control but I don't like the
way it's formatting the items into multiple columns
even if I set the View to "List".

Is there a way to make the Listview look more like
a listbox (ie. single column with vertical scrolling)?

Thanks,

Jon
 
If you create a single Column and set it to the full available width of the
control and hide the column headers you'll get a look very much like a
ListBox control.

Peter
 
Back
Top