You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been wasting too many hours on this thinking it was something wrong with how I setup my View, but it appears to be internal to how the NavigationView is setup internally.
What I am trying to accomplish is this:
<Header/>
<ScrollableArea/>
<Footer/> (Pinned to thebottom of the page)
If I set my page to the content of the window, this works perfectly. But if the it's a page navigated to through the NavigationView, then the whole page is scrollable, which I do not want.
Is there any way to accomplish this on a page by page basis?
Thanks.
Edit:
I found that there is some IsDynamicScrollViewerEnabled dependency property that looks at ScrollViewer.CanContentScroll="False" on the page. After setting this on the page and restarting the app, it worked!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have been wasting too many hours on this thinking it was something wrong with how I setup my View, but it appears to be internal to how the NavigationView is setup internally.
What I am trying to accomplish is this:
If I set my page to the content of the window, this works perfectly. But if the it's a page navigated to through the NavigationView, then the whole page is scrollable, which I do not want.
Is there any way to accomplish this on a page by page basis?
Thanks.
Edit:
I found that there is some IsDynamicScrollViewerEnabled dependency property that looks at
ScrollViewer.CanContentScroll="False"
on the page. After setting this on the page and restarting the app, it worked!Beta Was this translation helpful? Give feedback.
All reactions