Skip to content

Question: Why MenuItems does not found on NavigationViewItem #4890

@TheColdPot

Description

@TheColdPot

(I am using Visual Studio Chinese translated, the sentence below is translated which may be difference than Oringinal.)
When I typed these code, editor tells me Unexpected symbol "MenuItems"

<NavigationViewItem Content="Nav Item">
  <NavigationViewItem.MenuItems>
  </NavigationViewItem.MenuItems>
</NavigationViewItem>

Why and what happens?
I even changed my IDE from VS to JB, it's still not working
And also, this is not working

<Page  ... xmlns:muxc="using:Windows.UI.Xaml.Controls" ... >
   ...
  <Grid>
    <muxc:NavigationViewItem Content="Nav Item">
      <muxc:NavigationViewItem.MenuItems>
      </muxc:NavigationViewItem.MenuItems>
    </muxc:NavigationViewItem>
  </Grid>
</Page>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions