Closed robloo closed 3 months ago
I'll take care of the BackgroundSizing related stuff later once a release package is available for it, as well as whatever will be done with HyperlinkButton - as I can put the launcher API into the SampleApp so maybe links will work for things other than linux, finally...
@amwx BackgroundSizing
, HyperlinkButton
and ILauncher
is all merged in upstream. These should be released with 11.1 timing unknown. But if you want to update to latest nightly it's there.
Is your feature request related to a problem? Please describe.
This is a roll-up of various issues and upstream changes I've been watching that FluentAvalonia likely needs to address in the future. I'm planning to address each of these later on myself (likely in a few months). However, I expect for some like
BackgroundSizing
others will beat me to it.Content
property inColorPicker
control themesIsDeferredScrollingEnabled
binding in control themesBackgroundSizing
and remove FluentAvalonia-specific code for thisHyperlinkButton
is planned to be added upstream. When that happens it can be removed here as well except for the control theme. Even ifHyperlinkButton
doesn't make it in upstream, we should use the new Launcher service coming in.Describe the solution you'd like
Described above
Describe alternatives you've considered
None
Additional context
None