Skip to content

Conversation

dansiegel
Copy link
Member

Description of Change

Adding Region Adapter for the NavigationView for Uno Platform. This allows you to simply provide a UI like:

<NavigationView prism:RegionManager.RegionName="ContentRegion"
                IsSettingsVisible="false">
  <NavigationView.MenuItems>
    <NavigationViewItem Content="View A" Tag="ViewA" />
    <NavigationViewItem Content="View B" Tag="ViewB" />
  </NavigationView.MenuItems>
</NavigationView>

@dansiegel dansiegel added this to the Prism 9.0 milestone Nov 13, 2023
@dansiegel dansiegel enabled auto-merge November 13, 2023 22:33
@dansiegel dansiegel merged commit fdc0bbd into master Nov 13, 2023
@brianlagunas brianlagunas deleted the dev/ds/navview-adapter branch November 13, 2023 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants