Not possible to set default style of FormulaControl in app?
Open
kind:feature
kind:question
- Dominant language
- C#
- Stars
- 719
- Forks
- 113
- Avg merge
- 6d 12h
- Merged PRs (30d)
- 1
Description
I'm trying to set a default style for `FormulaControl` in my entire app. At the moment it doesn't work, and I believe it might be related to this SO answer:
https://stackoverflow.com/a/39364416/4351604
If i'm correct, this should be added to `FormulaControl.cs`
```
static MyControl()
{
DefaultStyleKeyProperty.OverrideMetadata(
typeof(FormulaControl),
new FrameworkPropertyMetadata(typeof(FormulaControl)));
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.