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

Hi, WinUI's ProgressBar has the properties `ShowError` and `ShowPaused` in which the ProgressBar will stop in the middle and display a red and yellow color respectivly. Can we see these...

enhancement

Port of TeachingTip: https://docs.microsoft.com/en-us/windows/apps/design/controls/dialogs-and-flyouts/teaching-tip

enhancement

WinUI apps such as Paint and Notepad on Windows 11, have a draw sliding animation that reveals menu items when a top-level menu item is clicked. Can we see this...

enhancement

Two Things: ![image](https://user-images.githubusercontent.com/17648453/150683291-13890708-0f1f-476e-acd3-c2adf16dcc0b.png) 1. Should there be this big left padding in the first navigation view item (Home)? 2. Why is there is slight line border between the navigation view...

bug

Hi. I upgraded the 2.0.0-preview1 and faced the MenuFlyoutInteractionHandler issue. ` ` I got the error when I pushed the mouse right button for showing this menu and clicked any...

bug
v2

By community request in #106, this PR is a port of the WinUI `TeachingTip` control. More on the TeachingTip: https://docs.microsoft.com/en-us/windows/apps/design/controls/dialogs-and-flyouts/teaching-tip and https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.teachingtip?view=winui-2.8 A couple of usage and dev notes for...

**Describe the bug** When a project is compiled by Native AOT, the background of window will be wrong. **Screenshots** ![image](https://user-images.githubusercontent.com/11478651/185807029-42e28da0-d665-4d16-a138-c59b979d9752.png) It only produces this issue after compiling by Native AOT,...

bug

**Describe the bug** In System scale -> 125% **Screenshots** ![image](https://user-images.githubusercontent.com/50760269/185535127-fe20168e-3179-42b4-bff6-303f2e98f662.png) **Desktop/Platform (please complete the following information):** - OS: Windows 11 21H2 22000.856 - FluentAvalonia Version: latest - Avalonia Version: latest

bug

**Is your feature request related to a problem? Please describe.** Only way to set a list of TaskDialogCommands is to create them in xaml template or while initializing TaskDialog from...

enhancement

- Use json source generator to avoid trimming/AOT issue as well as the incompatibility on .NET 8 - Bump AvaloniaEdit to 11.0.5 to fix AOT issue Fixes #481 Fixes #492