Scrollable Dropdown in PrusaSlicer (wxWidgets-based)
wxArrayString filamentList;// Populate with many itemsfor (int i = 0; i < 100; ++i) filamentList.Add(wxString::Format("Filament %d", i));
wxComboBox* combo = new wxComboBox(parent, wxID_ANY, "", wxDefaultPosition, wxSize(200, -1), filamentList, wxCB_READONLY);
RE: Scrollable Dropdown in PrusaSlicer (wxWidgets-based)
I'm afraid you are posting in the wrong place. This is a user to user forum and the Dev's don't use here.
Anything Prusa related must be posted over at their official github.
For prusa slicer related issues that is located here https://github.com/prusa3d/PrusaSlicer/issues
For settings specific issues that is https://github.com/prusa3d/PrusaSlicer-settings/issues
Please follow the submission guidelines and please do a search of both OPEN and CLOSED issues before opening new ones. There are over 4.9K open ones already and over 8.5k closed ones so a lot of ground has already been covered.
RE: Scrollable Dropdown in PrusaSlicer (wxWidgets-based)
I'm also not sure what problem he is attempting to solve. Those dropdowns are already scrollable (if you have enough entries).
Screenshot from v2.9.2 on Win11:
See my (limited) designs on:
Printables - https://www.printables.com/@Sembazuru
Thingiverse - https://www.thingiverse.com/Sembazuru/designs