-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add horizontal listbox #80
Comments
This could mean a lot of different things. Do you mean a single column list box that can have items larger than can be displayed (super hard without proper clipping)? Or do you mean a single row list box that is essentially flipped on its side? Or do you mean a multi-column list box? ...or something else? |
My lemur changed files can be found in my profile https://github.com/Aufricer/Lemur_Enhancements/tree/master/Export_LemurChanges/src I have not followed the lemur updates since 2 or 3 months. In case anything else had changed in the relevant files I might not have taken care off it. As Pspeed has mentioned there are some difficulties.
|
My example also has a "dynamic" slider and an optional multi select of listbox. But for the basic PR, a multi column or multiline and multicolumn listbox the files may give an idea. |
Currently Listbox only supports vertical mode with slider in Y axis, It will be useful to add a horizontal mode with slider in X axis.
The text was updated successfully, but these errors were encountered: