DataGridView Mixin Theme

0
0

Hi,

I have a usercontrol with a datagridview that requires a special theme instead of a main theme. I have written a mixin theme that mainly sets table-cell and table-row but I don’t know how to apply it. I tried setting the AppearanceKey property of dgv to my-table-cell or my-table-row, but it didn’t work . How should I implement it?

 

  • You must to post comments
0
0

Hi Jingzhou Liu,

theming a complete DataGridView through mixins is not supported since it’s a very complex object that consists of many components that each have their own appearances.

Best regards
Frank

  • jingzhou liu
    Is it possible to set a specific theme for a user control? If so, it seems to solve the problem.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.