How to properly set NavLink positioning? #1415
Answered
by
vnbaaij
aliastopan
asked this question in
Q&A
-
Is there an options or a way to make NavLink (last or nth) item in NavMenu to be pushed all the way to the bottom of navigation bar? Using FluentSpacer does not work unless the "width" is specified. But Width property only accept integer and cannot bet set to 'auto' |
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Jan 31, 2024
Replies: 1 comment
-
No, we currently do not have any support for that. I would probably solve this by placing a NavLink at the bottom myself (so outside of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aliastopan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, we currently do not have any support for that.
I would probably solve this by placing a NavLink at the bottom myself (so outside of the
FluentNavMenu
).