Skip to content

Instantly share code, notes, and snippets.

@SchreinerK
Last active April 5, 2018 08:38
Show Gist options
  • Save SchreinerK/f230cafa4c312635234ecee130875911 to your computer and use it in GitHub Desktop.
Save SchreinerK/f230cafa4c312635234ecee130875911 to your computer and use it in GitHub Desktop.
Specify a designer datacontext for a style
<Style>
<d:Style.DataContext>
<x:Type Type="local:MyTreeItem" />
</d:Style.DataContext>
<!--usual setters, triggers, etc.-->
</Style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment