Skip to content
Discussion options

You must be logged in to vote

I feelso dumb: this solved the problem.

<Border Grid.Column="1" Grid.Row="0" Content="{TemplateBinding Top}"/> <Border Grid.Column="1" Grid.Row="2" Content="{TemplateBinding Bottom}"/> <Border Grid.Column="0" Grid.Row="1" Content="{TemplateBinding Left}"/> <Border Grid.Column="2" Grid.Row="1" Content="{TemplateBinding Right}"/> <ContentPresenter Grid.Column="1" Grid.Row="1" Content="{TemplateBinding Content}"/>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JumbaJookiba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant