leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
428 stars 130 forks source link

MaterialListBox MultiSelect not working #350

Open bnilesh opened 2 years ago

bnilesh commented 2 years ago

Hi, is MultiSelect property on ListBox working for anybody? I am using sample code provided and updating "MultiSelect" to true, but I am not able to select multiple values in listbox.

Thanks!

WaGi-Coding commented 1 year ago

Same issue here. I guess it's not implemented now.

Art3misFoul commented 11 months ago

As of 8/10/23, still an issue. Multiselect is enabled, but not able to select more than one item. Unfortunately I will have to change the ListBox into a CheckedListBox. Doesn't mesh with the UI, but it's the only choice I have at the moment.