Skip to content
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

Improve FlxUIDropDownMenu for large data lists #32

Open
Gama11 opened this issue Jan 17, 2014 · 2 comments
Open

Improve FlxUIDropDownMenu for large data lists #32

Gama11 opened this issue Jan 17, 2014 · 2 comments

Comments

@Gama11
Copy link
Member

Gama11 commented Jan 17, 2014

With a lot of data, the height of the drop down menu will simply exceed the screen height. There are two options to solve this issue in my opinion:

  • Add the option to have multiple columns, using space horizontally
  • Add a scrolling behaviour - only part of the data list is shown, and when the mouse cursor hovers over the end of the list at the bottom of the screen, the list scrolls down

Ideally, we would have both of those options.

@larsiusprime
Copy link
Member

Great ideas!

@DalekCraft2
Copy link

This is a very late addition to the thread, but could the scrolling behavior be implemented as well? It could also work with the scroll wheel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants