I would like to know if there is a way to reproduce the same behavior as with DockPanel in WPF, but in a UWP application?
DockPanel
I would like for some container to be docked, and the last one populate the user interface?
thanks
I would recommend RelativePanel . This is not quite like DockPanel, but you can make it behave like one quite easily using the attached properties of RelativePanel.Align* .
RelativePanel.Align*
You can find the DockPanel in the XAML ToolkitIt is not well documented, but in this video you can see the DockPanel
Source: https://habr.com/ru/post/1247451/More articles:Ionic2 - check if the page is active - angularDoes Spark count records in an expensive RDD task? - javaAndroid CollapsingToolbarLayout without a toolbar to stop at a specific point and not completely close - androidAndroid Studio, where the style for changing the return of the string in the "foreach" command is code-formattingRender ChoiceField Options in Django Template - djangoHow to find out if a computer is in game mode - c ++Direct3D Full Screen Application Discovery - directxAWS Django user sessions with stickiness load balancing disabled - djangoCakePHP deleteAll for many, many relationships does not delete connection records - phpMany-to-many query in Entity Framework 7 - c #All Articles