-
-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve NavigationView Top mode #277
Conversation
@bdlukaa A question regarding this component with ".top" setting. Is the position of the InfoBadge at the top right intentional? Could it be parameterized? I am creating an email-like UI and the badges in that position are weird (They would probably look better placed to the right and center) |
@henry2man I also think so. I believe some property like |
#205
ItemsExtension
, consequently removing thegetPaneItemsOffsets
methodInheritedNavigationView.itemIndex
has been renamed toInheritedNavigationView.currentItemIndex
DynamicOverflow
widget, introduced on Implement command bars and dynamic overflow layout #232, is used to render the itemsPre-launch Checklist
CHANGELOG.md
with my changes