microsoft / react-native-xaml

A React Native Windows library to use XAML / WinUI controls
MIT License
97 stars 28 forks source link

Menuflyout fix #292

Closed cvirendra closed 1 week ago

cvirendra commented 2 weeks ago

Currently when number of MenuFlyoutItem change, they don't reflect in the MenuFlyout as expected. For example, if you have a MenuFlyout that looks like this:

image

Then something changes that removes Feedback on recommendation to be removed, the MenuFlyout appears like this:

image

instead of like this: image

This PR fixes this issue.

Microsoft Reviewers: Open in CodeFlow
jonthysell commented 1 week ago

@microsoft-github-policy-service rerun