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
It would be nice the ability to change the background color of the row (DataGridRow) that the mouse is hovering.
For example defining internally a Behavior<VisualElement> that changes the color when the events _nativeView.PointerEntered and _nativeView.PointerExited are raised, and a color property that can be set from outside.
The text was updated successfully, but these errors were encountered:
A fair feature request. But would only affect Windows or MacCatalyst.
For performance, disabling this feature should ensure that the events are never subscribed. It should also not subscribe when on a platform with no pointer device.
It would be nice the ability to change the background color of the row (
DataGridRow
) that the mouse is hovering.For example defining internally a
Behavior<VisualElement>
that changes the color when the events _nativeView.PointerEntered and _nativeView.PointerExited are raised, and a color property that can be set from outside.The text was updated successfully, but these errors were encountered: