RobertK66
RobertK66
adding to this: On every page of the sample App, when using the mouse wheel to scroll, it shows 'unexpected' behavior: * if the mouse pointer is positioned over one...
Pls. all be careful to state 'I have the same problem here' with this "c000027b" Exception! FYI: https://learn.microsoft.com/en-us/shows/inside/c000027b IMHO this error is happening deep in the guts of Win UI...
Ok, I will try. But i think it does not matter because my original problem was happening in a SettingsPage.xaml which was navigated to by MainWindow containing a NavigationView. Shall...
Moved code into SettingsPage Class and XML StackPanel into the grid proposed by the Empty Page template. Added Page in Xaml of MainWindow: ``` ... ... ``` Same behaviour: *...
Next Version, I tried to use a DataContext object with its own Class in the SettingsPage and changed the Binding to `ItemsSource="{Binding Path=MyList, Mode=TwoWay}" ` No change. Crashes when started...
There is my repo https://github.com/RobertK66/SettingsExpanderExample/tree/master
Tried To use an ItemTemlate. Was not sure how to make a DataBinding to System.String. So I changed my ObservableCollection to have MyLine - Objects as content and used this...
Ok, I didn't catch that there have to be SettingCards only in the Expander !!! Yes this now removes the crash. But this is not easy to find and debug.........
May I suggest to add a Default DataTemplate to the SettingsExpander.xaml: ``` ... ... ``` It would change the behavior of my (stupidly) misconfigured Usage of ItemsSource without providing my...