Ghost1372

everything can be handy

ContentControl

All ContentControl cannot get focus by default

Only Custom Version

Styles

Style
LiveStyle
ChessBoard
1
2
3
<ContentControl Style="{StaticResource ChessBoard}" hc:BorderElement.CornerRadius="5">
<Button Content="Click" Width="200"/>
</ContentControl>

ContentControl

0%