Skip to content

Is there any sort of "Panel"? #595

Answered by Nolan5G
ItsTheSky asked this question in Q&A
Discussion options

You must be logged in to vote

@ItsTheSky

So I suppose the common term for this 'Panel' outside WinUI is "Drawer". The short answer is no.

From what I've seen, there are a lot of things that look like Drawers that don't have the flexibility that Drawers have in, say, a React UI framework. SplitView and NavigationView are two that come to mind, but also the Expander control as well.

I've tried prototyping one in my own local custom Avalonia Control library because the NavigationView in Fluent Avalonia is very opinionated... and my progress stalled once I pooled my favorite features from popular UI implementations and had to plan my implementation.

The biggest design pains are that a good drawer control would be designed…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ItsTheSky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants