Coloris

Results 4 issues of 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...

bug

### Describe the bug When a NavigationView control is set inside a UserControl View, the MenuItemsSource doesn't reflect the binding on the UI ![image](https://github.com/lepoco/wpfui/assets/5500198/e248facf-051d-4bab-a78d-27c596ae645c) ![image](https://github.com/lepoco/wpfui/assets/5500198/17afbf0f-36be-4a1f-b436-d551bc3922f4) Other properties are correctly set...

bug

**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...

bug