I have a grid which is themed (to dark mode) and I use a custom editor on certain grid cells. This editor is also themed, and that's all fine.
However, the border on any custom editors always display in a light grey colour, which stands out like a sore thumb. Is there any way I can change this, perhaps using DrawFilters?
I have container.ApplyOwnerAppearanceToEditingControl = false
Thanks.
Hello Campbell,
I dont think that we have any API to control this, but also its because you set ApplyOwnerAppearanceToEditingControl to false, did you try setting it to true?
Can you share your small isolated sample for me to see if i can control it somehow?
Thanks for your response. In creating a sample, I realised that the border was actually coming from generated designer code that I hadn't been overwriting. All sorted.