You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Binding]An error occurred binding 'Background' to 'DataContext.RowType' at 'DataContext': 'Value is null.' (TreeDataGridRow #13884972)
[Binding]An error occurred binding 'Background' to 'DataContext.RowType' at 'DataContext': 'Value is null.' (TreeDataGridRow #5772232)
I assume it is logging the error before the new container gets given the datacontext. Possibly similar to this old issue: AvaloniaUI/Avalonia#5762
The text was updated successfully, but these errors were encountered:
Binding a setter for the TreeDataGridRow style selector works fully, but throws an error in the log everytime a new row scrolls into view.
Errors:
I assume it is logging the error before the new container gets given the datacontext. Possibly similar to this old issue: AvaloniaUI/Avalonia#5762
The text was updated successfully, but these errors were encountered: