flixel-ui icon indicating copy to clipboard operation
flixel-ui copied to clipboard

Improve FlxUIDropDownMenu for large data lists

Open Gama11 opened this issue 11 years ago • 2 comments
trafficstars

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.

Gama11 avatar Jan 17 '14 12:01 Gama11

Great ideas!

larsiusprime avatar Feb 07 '14 01:02 larsiusprime

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.

DalekCraft2 avatar Sep 19 '22 15:09 DalekCraft2