Migrating popupmenu from guide to app designer
9 views (last 30 days)
Show older comments
I have an application based on guide that uses the popupmenu control. The dropdown control available in app designer does not have the same capabilities, such as changing the items at run time.
Accepted Answer
Ajay Pattassery
on 28 May 2020
If you want to control the drop-down menu during runtime, create the drop-down menu programmatically.
The property 'Items' can be used to control what all to be listed in the drop-down menu.
Also, the 'Parent' property can be used to control where the drop-down menu needs to be placed. The position can be further finetuned by adjusting the 'Position' property.
0 Comments
More Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!