Open
Description
Error when columns exists
wen running on windows the app breaks and debugger goes to the bellow point in file App.g.i.cs:
#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
UnhandledException += (sender, e) =>
{
if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
};
#endif
}
when adding any column manually or setting the AutoGenerateColumnsMode to any value other than "None" the error occurred,
and when setting to "None" without adding any column, then no error.
Note: the app is working on android with no error.
Metadata
Metadata
Assignees
Labels
No labels