Making ComboBox Scrollable When Items Exceed Page #153
Unanswered
sadrajafari
asked this question in
Q&A
Replies: 1 comment
-
|
I'd recommend looking at CarouselComboBox if you want current support for something scrollable. It is also possible to create something that can use scrolling more innately (both with pan-zoom via AnimatedPanZoomListener, or with something listening for wheel (scroll) events). Currently we don't have a component that just has scroll bars with content, but that seems like something that I'd be happy to look into. Does CarouselComboBox look sufficient for your needs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently using a ComboBox and dynamically adding items to it. However, when the list of items grows and exceeds the page height, it doesn’t appear to support scrolling.
Is there a way to make the ComboBox scrollable in this case?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions