Listbox and multiple selections

  • Thread starter Thread starter NativeNYer
  • Start date Start date
N

NativeNYer

In embedded VB you had a multiselect property that you could set in a
listbox, the compact framework doesn't seem to support this. Is there
a work around for this? What could possibly be the reason for removing
this functionality? I have an application that used this feature and
now I'm stuck with trying to use a ListView control with check boxes.
 
Back
Top