Skip to content

how to apply the handycontrol theme to a custom datagrid? #732

Answered by ghost1372
FardinFarnezhad asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @FardinFarnezhad
Use BasedOn Property to define styles

<Style x:Key="myCellStyle" BasedOn={StaticResource DataGridCellStyle} TargetType="DataGridCell">

</Style>

Here you can find the style name of each part

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ghost1372
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants