Skip to content

Instantly share code, notes, and snippets.

@vnl
Created September 21, 2015 22:00
Show Gist options
  • Save vnl/1dde7562650300d438a7 to your computer and use it in GitHub Desktop.
Save vnl/1dde7562650300d438a7 to your computer and use it in GitHub Desktop.
<ComboBox Grid.Column="1" x:Name="cmbInterface" ItemsSource="{Binding Interfaces}"
SelectedItem="{Binding SelectedInterface}"/>
<ListBox ItemsSource="{Binding InterfaceDetails}"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment