Comboboxes with strings
No edit summary
No edit summary
Line 1: Line 1:
How do I create a combobox (drop-down box) with several set strings?
How do I create a combobox (drop-down box) with several set strings?


Use the [[Sequence operator]] to create a collection of strings that are used as a [[tuple]] in a combo box.
Use the [[OCLOperators Sequence]] to create a collection of strings that are used as a [[tuple]] in a combo box.
[[File:Combobox with strings.png|none|thumb|476x476px]]
[[File:Combobox with strings.png|none|thumb|476x476px]]
In the image above, the "OrderColumnName" references a string variable in the ViewModel which changes when the user selects an option.
In the image above, the "OrderColumnName" references a string variable in the ViewModel which changes when the user selects an option.
[[Category:View Model]]
[[Category:View Model]]

Revision as of 07:07, 14 June 2023

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.

Combobox with strings.png

In the image above, the "OrderColumnName" references a string variable in the ViewModel which changes when the user selects an option.

This page was edited 96 days ago on 02/10/2024. What links here