You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
HyperlinkButton is planned to be added upstream. When that happens it can be removed here as well except for the control theme. Even if HyperlinkButton doesn't make it in upstream, we should use the new Launcher service coming in.
DatePicker and TimePicker do not support resizing very well (an issue inherited from upstream WinUI). This needs to be improved as much as possible especially in the horizontal direction. Text trimming can be used, MinWidths removed where possible, etc.
Can't really be changed as the fixed sizes are used several places including the flyout/popup sizing. It's a quite involved change at this point so not going to attempt it for now if at all.
Describe the solution you'd like
Described above
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
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...
@amwxBackgroundSizing, 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.DatePicker and TimePicker do not support resizing very well (an issue inherited from upstream WinUI). This needs to be improved as much as possible especially in the horizontal direction. Text trimming can be used, MinWidths removed where possible, etc.Describe the solution you'd like
Described above
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: