Switching listbox style => scroll bar gone
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello colleague-CP'ers, Situation: I need to switch a listbox from single selection mode to multiple selection mode. I use the code found at http://www.codeproject.com/combobox/RecreateListBox.asp[^] that in fact recreates the listbox. Problem: After recreating my listbox (that contains a lot of items) it doesn't have a scroll bar anymore. The scroll bar is GONE! Anybody an idea? Anybody had the same? Other ideas to make a single selection list box a multiple selection one and vice versa? Geert