I would like to know if there is anyway to reproduce the same behavior than with the DockPanel
in WPF but in UWP app?
I would like to have some container docked, and the last one filling the userinterface?
Thank you
I would like to know if there is anyway to reproduce the same behavior than with the DockPanel
in WPF but in UWP app?
I would like to have some container docked, and the last one filling the userinterface?
Thank you
I would recommend RelativePanel.
It's not exactly like a DockPanel, but you can make it behave like one pretty easily using the RelativePanel.Align*
attached properties.
You can find DockPanel in XAML Toolkit
It's not documented well, but in this video you can see DockPanel