BinToss/GroupBox.Avalonia

Set customizable FontWeight for Header

Opened this issue · 2 comments

In your Themes, the GBHeaderText component is set to FontWeight="Bold". I think not everyone will want to have FontWeight="Bold". Maybe bind it to the ComboBox property so that it is customizable?

I'll assume you mean TemplateBind it to the GroupBox's FontWeight property and assign Bold as the default via the Setter
image
image
This seems to work.
I'll do the same for GroupBoxBasic and commit.

Done, but I discovered issues in the release pipeline. One issue is a quick fix—remove async langwords and refactor to synchronous functions. The rest require complete rewrites because they're design failures.

I've been working on the rewrites for the past few weeks.