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
I have a control which is essentially a DataGrid. These get housed on separate tabs in a TabControl via AvalonDock. The selection color is set correctly when each tab is loaded pre-MahApps V1.0.0.0, however having now updated to V1.0.0.0, when I switch tabs and then back to the previous one, the selected highlight color disappears, like the fore-color and background-color have both been set to transparent/white. See
You can see when I select a different tab and return the selection color is changed and then when I scroll out and back into view the selection coloring returns. This seems like a virtualisation issue, but it is a problem that I can fix by setting options on my DataGrid. For reference, the XAML for this control is
I can confirm that this problem does not occur when I use the previous version of MahApps. How can I prevent the selection/highlight color disappearing?
Thanks for your time.
The text was updated successfully, but these errors were encountered:
I have a control which is essentially a
DataGrid
. These get housed on separate tabs in aTabControl
via AvalonDock. The selection color is set correctly when each tab is loaded pre-MahApps V1.0.0.0, however having now updated to V1.0.0.0, when I switch tabs and then back to the previous one, the selected highlight color disappears, like the fore-color and background-color have both been set to transparent/white. SeeYou can see when I select a different tab and return the selection color is changed and then when I scroll out and back into view the selection coloring returns. This seems like a virtualisation issue, but it is a problem that I can fix by setting options on my
DataGrid
. For reference, the XAML for this control isI can confirm that this problem does not occur when I use the previous version of MahApps. How can I prevent the selection/highlight color disappearing?
Thanks for your time.
The text was updated successfully, but these errors were encountered: