Hi all,
Basically I'm just looking for a 'SelectedItemTemplate' in the SL3 ComboBox. Unfortunately, that doesn't exist.
What I want is for the SelectedItem to look like this: Value
And the items in the dropdown box to look like this: Value + extra information
The latter is easily enough done by using the ItemTemplate, but the SelectedItem looks like that too. How can I prevent / fix that?