How to setup the navigation rail to slide in from the side? #484
Unanswered
taranlu-houzz
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Using the navigation bar example, I am able to animate it to slide in and out. The issue is that the rest of the content does not also shift along with it. I was wondering if there is a better way to setup the page using layout containers so that I can achieve this?
If not, the two solutions that I can think of are as follows:
Rowcontainer so that just theNavigationRailis hidden:transform.Offset()object directly from aControlso that it could be passed to theoffsetattribute for theRowcontainer?Stacklayout to have theNavigationRailpop-over instead of sliding. This will work (I think), but I would still like to know how to get it to slide in.Any help would be much appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions