FluentAvalonia icon indicating copy to clipboard operation
FluentAvalonia copied to clipboard

Control library focused on fluent design and bringing more WinUI controls into Avalonia

Results 91 FluentAvalonia issues
Sort by recently updated
recently updated
newest added

Hello, is it possible to register services in IApplicationSplashScreen.SplashScreenContent? I use below cold to implement splashscreen, and in my SplashScreenTest, I will use RunTasks() to register some services, which my...

bug

A WIP, unstable branch for beginning to update with latest Avalonia master branch and all the breaking changes associated with the coming 11.0 release. For 11.0, FluentAvalonia will bump to...

- Use [Central Package Management (CPM)](https://docs.microsoft.com/en-us/nuget/consume-packages/central-package-management) unified management of nuget packages - Use .Net5+ new [OperatingSystem.IsWindows/IsMacOS ...](https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem.iswindows?view=net-6.0) API - Fix the type Avalonia.Win32.dll not being found when trimmed Avalonia.Win32.WindowImpl on...

**Describe the bug** When CanDragTabs is true, tabs seem to go back to their original position after being reordered. In addition, it would be nice if the drag animation was...

bug

**Describe the bug** According to this PR https://github.com/AvaloniaUI/Avalonia/pull/7308 validation with Avalonia is handled correctly when using CalendarDatePicker.SelectedDate property (didn't tested). Now Im using the last version of FluentAvalonia but I...

bug

**Is your feature request related to a problem? Please describe.** #128 **Describe the solution you'd like** Selawik **Describe alternatives you've considered** `VerticalAlignment="Center"` **Additional context** #128

enhancement

**Describe the bug** The edges of flyouts, menus, tooltips, and any kind of popups are not transparent outside their rounded border. They appear to be rectangular instead; see screenshots below....

bug

Hi, Everyone I built this project on macOS 10.15 after I disabled the things related to the Windows Interop. The building and running are good but the vertical alignment of...

enhancement

**Describe the bug** When changing the selected item in a listbox, tiny blue dots remain at the position the selection indicator was. **Screenshots** ![image](https://user-images.githubusercontent.com/5307160/158893840-c8859077-5c93-4ea5-a280-1f8a1f788072.png) **Desktop/Platform (please complete the following information):**...

bug

Hello everybody, I've bound the NavigationView.SelectedItem to my VMs property 'SelectedModuleMenuItem'. When i change the SelectedModuleMenuItem in my VMs code, the selection in NavigationView is not updated. **Screenshots** ![image](https://user-images.githubusercontent.com/82445240/153415872-8b6ec354-dd00-436c-b7fb-4bf258a1e692.png) **Desktop...

bug