Comboboxes with strings
This page was created by Lars.olofsson on 2021-02-11. Last edited by Edgar on 2025-08-31.
How do I create a combobox (drop-down box) with several set strings?
Use the OCLOperators Sequence to create a collection of strings that are used as a tuple in a combo box.
In the image above, the "OrderColumnName" references a string variable in the ViewModel which changes when the user selects an option.