Help with Combo Boxes

Hello all! First post. I need help understanding combo boxes. I want to select an input source using the combo box. I have it mostly set up (I think) but cant figure out how to get an event trigger to change the input source based on the item that is selected.

Thanks!

Generally for a ComboBox you won’t use EventTriggers. You’ll typically use a SelectedValue Binding to change the InputSource.

Attached is an example:
ComboBox_MediaInputSource.hrp (3.8 KB)

Thank you @bill ! I had everything set correctly except for the Value field under Common for the items. Works perfectly now.

1 Like