Unplanned
Last Updated: 24 Apr 2023 09:01 by Martin Ivanov
Martin Ivanov
Created on: 24 Apr 2023 09:01
Category: TreeListView
Type: Bug Report
0
ListView: The pointer over background of the items is not removed on pointer exit when scrolling on a touch device
The gray background that is shown when you hover an item is not hidden when the pointer leaves the item. That happens when you scroll on a touch device. 

To work this around, you can hide the pointer over background completely. To do this, you can edit the ControlTemplate of RadListView item and remove the Setter from the PointerOver Visual State.
0 comments