Help with building Side page/pane #11084
Unanswered
itayasaf2001xd
asked this question in
Q&A
Replies: 1 comment
-
|
You should check out WinUI-Gallery, which provides usage examples for most controls. The example in your screenshot can be implemented using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I currently have a basic home page set up with just a title in these 2 files:
Home.xaml
Home.xaml.css
I’ve experimented with different grid layouts, but I haven’t been able to achieve the layout shown in the image (I need the right page/pane).
What I’m trying to build is a layout with its own bordered container and a persistent side pane (or details pane) that appears across most pages in the app (except for the Settings page).
Could someone tell me the official name of this type of layout/component, or point me in the right direction (for example, a sample implementation or code snippet)?
Beta Was this translation helpful? Give feedback.
All reactions