amwx

Results 92 comments of amwx

Short answer - yes. In general, I don't see this being much different from the existing TabStrip aside from multi-selection - which I do struggle to see where this control...

For the new sample app, I've copied some pages from the WinUI 3 gallery where I just remembered they're using this control. I didn't want to add that control at...

This feels like an issue with the text rendering system adding extra space where it shouldn't. Are you able to recreate this outside of a TaskDialog? It might be better...

Do you have a repro, or if not an actual project at least a description of how the NavView is set up so I can repro this?

If you can't get a repro, does the error message have the line number - I didn't see it above. Also, populating the NavView, are you binding or using raw...

Ok I've added in the null checks and stopped this crash. Everything is actually running ok, but in Top pane mode there isn't a ScrollViewer in the tree and so...

Are you using a normal window, or my AppWindow? If you're using AppWindow, you cannot use `ExtendClientArea...` hints that Avalonia provides. If you want to mess with the style of...

Definitely a bug, probably missing a resource somewhere. WinUI: ![image](https://github.com/amwx/FluentAvalonia/assets/40413319/b9bd264c-9ba0-4941-b228-a999fd50a6f9)

Issue has been fixed* ![image](https://github.com/amwx/FluentAvalonia/assets/40413319/3c4fd9b7-07af-476a-aceb-48aaa77b7785) Two issues: 1- Avalonia for some reason won't render a 1px height Border, so that wasn't even rendering. Rectangle works fine, so these elements were...

Preview2 Package has been pushed out with more ongoing fixes.