Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Is ListBox the only control in Forms to allow multiple selections?
 

Is ListBox the only control in Forms to allow multiple selections?

I'm having a terrible job getting a mutli-select listbox to work from a dataset... just keeps crashing my app and it appears to be something to do with the fact I have SelectionMode = MultiSimple. 

Before going into my crashes etc here is there any other reliable way in Windows Forms I can use a multi-select dropdown or listbox style control?

Can anyone recommend a good (free!) one that works?

Mike.
MigrationUser 1  Saturday, February 15, 2003 11:51 PM
Can you list the code that's causing trouble? I've certainly used the listbox with multiple selections without problem, I'm pretty sure... 
MigrationUser 1  Thursday, February 20, 2003 9:55 AM

You can use google to search for other answers

Custom Search

More Threads

• databound datagridviewcell
• C# .Net 2005 - Question about .Row.Add(new object[]{...,...}) Please help!
• datagridview - default column value
• Datagridview binding to 2 sources
• Disable navigation in datagridview
• BindingComplete event isn't firing - why?
• Datagrid row problem
• business objects./
• How to: Disable CheckBoxes in a CheckBox Column in the Windows Forms DataGridView Control
• datagridview problem