Skip to content

Instantly share code, notes, and snippets.

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 wullemsb/4567632 to your computer and use it in GitHub Desktop.
Save wullemsb/4567632 to your computer and use it in GitHub Desktop.
<ComboBox x:Name="Categories" Grid.Column="2" Height="30" Width="300" >
<ComboBox.ItemTemplate>
<DataTemplate>
<Button
caliburn:Message.Attach="Filter(Category)">
<TextBlock x:Name="Category" Margin="0,0,0,10" Text="{Binding Category}"/>
</Button>
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment