2024-08-29 11:59 AM
I need a dropbox list widget and can't seem to find one in the toolkit.
1. Are there 3rd party vendors that offer this or other UI elements?
2. Can the existing widgets be assembled to implement a dropdown list widget? If so, can you please explain the steps to a novice?
Thanks,
Alan
2024-08-30 2:29 AM
Hello @alanoatwork,
There is a widget called Slide Menu that can implement the functionality you are looking for. You can refer to the example project available in the TouchGFX designer to learn about it usage.
Slide Menu example
I hope this helps you!
2024-08-30 8:12 AM
I've seen these examples, but they do not address the problem I have, which is limited screen real estate to implement a slide menu. I would like the functionality of a dropbox list because it takes up much less space. Can ST help me find a solution?
2024-09-06 2:10 AM
I can escalate this thread, so you will be contacted for individual support
2024-09-06 8:02 AM
This would be great!
2025-02-26 11:07 AM
Did you ever find a solution? I too was wondering why there isn't a dropdown menu - they're so common and so powerful, I'd like to use one for my product.
2025-02-27 5:06 AM
Hello @jchernus-fikst ,
While we wait for @alanoatwork 's answer, I have made a simple drop down menu workaround example using a scrollList.
Please find the example attached.
Regards,
2025-02-27 9:18 AM
I couldn't find an easy-to-use dropdown box, so I modified my UI to avoid using them. I haven't evaluated GaetanGodart's proposed solution below, but if you do so, please post your thoughts. I would certainly like to see ST make a robust dropdown control that's available in the toolbox, rather than trying to cobble together several other elements to act as one control.