Can Navigation Bar be undocked?Can the navigation bar from the navigation view not be docked to the top?
I want it to scroll with the container. Thanks!
Printable View
Can Navigation Bar be undocked?Can the navigation bar from the navigation view not be docked to the top?
I want it to scroll with the container. Thanks!
No, you woul dneed the nav bar to be part of the child item that is scrolling.
i would hide the navbar and then add a toolbar to your scrolling container (just above the list). Listen to your navbar events to know how to paint your toolbar when things happen. Bubble up events to your navbar from the custom toolbar as needed.