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

**Is your feature request related to a problem? Please describe.** When we set ContextFlyout or ContextMenu for NavigationView, we can right click whole area of NavigationView to open context menu....

enhancement

**Describe the bug** The preview `NavigationView` crashes in the `ItemsRepeater` ItemsRepeater.OnElementPrepared / ViewportManager.OnElementPrepared code. This was previously working in preview2 and earlier versions of FluentAvalonia 2.0+. **Screenshots** ![image](https://github.com/amwx/FluentAvalonia/assets/17993847/3010a9e3-ca9e-488b-bf60-e97991c0fd84) **Desktop/Platform (please...

bug

- Removes Hyperlink Button in FluentAvalonia and use built-in Avalonia one - Removes usages of FABorder in the control library - Hopefully fixes #539, only initializing `TaskDialog` if it is...

**Describe the bug** - First, open a CommandBar overflow menu - Second, resize the window to the smallest - Then, app crash **Desktop/Platform (please complete the following information):** - OS:...

bug

1. Add InnerLeftContent and InnerRightContent to AutoCompleteBox * Port of upstream https://github.com/AvaloniaUI/Avalonia/pull/14610 ![image](https://github.com/amwx/FluentAvalonia/assets/17993847/766ad166-3b62-433f-b260-44079c27594d) 2. Add InnerLeftContent and InnerRightContent to NumericUpDown * Port of upstream https://github.com/AvaloniaUI/Avalonia/pull/14575

ProgressRing is a control that visually indicates progress of an operation with one of two styles: a ring that repeatedly animates, or a ring that fills based on a value....

enhancement

I noticed a few differences between the FA tabview scroll button font size and that of WinUI, I could not find the exact size of the font from WinUI but...

**Describe the bug** When using a TaskDialog with a wide SubHeader which auto-wraps after one or more spaces, the button area background overflows the edges of the dialog. **Screenshots** Right...

bug

**Describe the bug** When using the TabView component, the border to the right of the tab disappears if there is just one item in the TabView list. Not sure if...

bug

**Describe the bug** Repro from the sample app Select 'Launch' from the TabView windowing sample Drag Tab2 out so it opens in new window Drag Tab3 out so it opens...

bug