FluentAvalonia
FluentAvalonia copied to clipboard
Control library focused on fluent design and bringing more WinUI controls into Avalonia
**Describe the bug** There is multiple bugs when system decorations is set to `None` with `CoreWindow` class at least on Win10. The border is showed with a large band, size...
I'm trying to override the ListBoxItem margin; but it's impossible because it's hardcoded instead of being set via style. My only option would be to replace the ContentPresenter altogether. https://github.com/amwx/FluentAvalonia/blob/master/FluentAvalonia/Styling/BasicControls/ListBoxStyles.axaml#L76
**Describe the solution you'd like** A universal smooth scrolling solution for all the scrollable content **Describe alternatives you've considered** Maybe implement a FluentScrollViewer for the smooth scroll experience
**Describe the bug** I bind CoreWindow WidthProperty HeightProperty to ViewModel, value is 1280x720. But finally window initialized, the actual size is 1264x712, why? **Screenshots** No not yet. **Desktop/Platform (please complete...
If SkipControls ends with ';' nothing loads at all and the window is completely transparent and empty. I don't think this is optimal behavior.
Open the FluentAvaloniaSamples in HighContrast mode. The TextBox has no cursor and no selection visible! This makes it barely usable.
Closes #174 This PR adds the missing checks for PreferSystemTheme to FluentAvaloniaTheme.ResolveLinuxSystemSettings() and FluentAvaloniaTheme.ResolveMacOSSystemSettings().
I'm trying to add Dark mode on Linux. ```xaml ``` It always displays Light theme. Running it in Windows displays Dark theme. The sample projects do work in Dark mode,...
After launching the application, until the window loses focus for the first time or the user changes its size, a white outline on a black theme is visible. Acrylic also...
Am I able to just use the WinUI Button / TextBox Style without applying the whole Window Style to my UI?