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?
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
Please login first to submit.