Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <ComboBox.ItemTemplate>
  2. <DataTemplate>
  3. <StackPanel Orientation="Horizontal">
  4. <CheckBox Tag="{Binding Path=TagID}"
  5. Content="{Binding Path=Tag}"
  6. Margin="10,0,0,0"></CheckBox>
  7. </StackPanel>
  8. </DataTemplate>
  9. </ComboBox.ItemTemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement