Replies: 1 comment
-
If anyone in the future should run in to a similar situation: I found out I could tweak TopNavigationViewItemMargin to achieve the same result as before. |
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.
-
So I've been working on an application which uses a NavigationView with PaneDisplayMode set to Top, in fullscreen on a touch enabled device. When upgrading to WinAppSDK 1.3 I noticed some margins that did not exist in 1.2 showing up in my NavigationView.
With 1.2:

With 1.3:

As you can see there is now a new border around each element that was not there earlier.
Here is a scaled down example version of what I do (which these images were captured from):
Previously the only change to margin I did was a slight left-hand side adjustment to get it all the way to the edge. But with 1.3 it seems I have gotten a whole bunch of extra margins that I do not want.
Does anyone know if these are intended changes that I've just missed?
Beta Was this translation helpful? Give feedback.
All reactions