Skip to content

Instantly share code, notes, and snippets.

Created September 1, 2014 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a04a2a997295bef5d89d to your computer and use it in GitHub Desktop.
Save anonymous/a04a2a997295bef5d89d to your computer and use it in GitHub Desktop.
<Menu KeyboardNavigation.TabNavigation="Cycle">
<MenuItem Header="_Select System" ItemsSource="{Binding Systems}">
<MenuItem.ItemTemplate>
<DataTemplate>
</DataTemplate>
</MenuItem.ItemTemplate>
</MenuItem>
</Menu>
public ObservableCollection<string> Systems { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment