Coloris
Coloris
Let's say I use the following IAutocompleteSource implementation : ``` public class TestClass : IAutocompleteSource { public ObservableCollection ItemsLst { get; set; } public IEnumerable Search(string searchTerm) { searchTerm =...
### Describe the bug Trying to use a NavigationViewItem.MenuItems inside a NavigationView.MenuItems crashes the XAML Designer : The XAML Designer has exited unexpectedly. (Exit code: c00000fd) Launching the app also...
### Describe the bug When a NavigationView control is set inside a UserControl View, the MenuItemsSource doesn't reflect the binding on the UI   Other properties are correctly set...
**Describe the bug** When assigning the SelectedItem property from my ViewModel to a child MenuItem in a hierarchical NavigationView, the change doesn't seem to be reflected in the NavigationView when...