Hey,
I’m diving head-first into Eto.Forms and have a few questions about styling of various UI elements. The aim is to create a tabbed interface with a few collapsible element groups to enhance user interaction.

-
How can I change the color and thickness of all borders? Can’t find it anywhere in
TabControl,TabPage, orPanel. Ideally, I’d like to remove the dividing line between theTabControlelements and the panel whose visibility they toggle. -
How can I change the font of the
Expander.Headerelement? It’s possible on aGroupBoxas illustrated above. -
Changing
Expander.BackgroundColorandExpander.Header.BackgroundColordoesn’t seem to have any effect and forces the default grey color no matter what the above are set to.
Is there a style inheritance hierarchy, which one needs to be aware of to control these elements’ appearance?
Could you shed some light at it @curtisw?