I ask for programming.
That's my problem:
I have a WPF window, with a ComboBox at the top.
When the user selects an item in combobox, it depends on the choice, then the corresponding item will be displayed below it, for example: if you use Display Display from combobox, then the item in the Grid will change to ListView; and when the user selects "Add from combobox", the element in the Grid will change to a form (text fields).
Should I create several Grid, collapse them and show them only when the user makes a choice? Or any other more brilliant ideas?
Thanks.
source share