This question is locked. New answers and comments are not allowed.
Hello,
We are using an itemscontrol which has the RadCustomHubTile as DataTemplate.
Each Tile tile has a PointerPressed Event which executes some logic.
If we have 200 items and 200 RadCustomHubTiles are displayed, we want the user to be able to scroll through the tiles.
Now its a Problem that every time the user swipes on the tiles to scroll the view, the tile is activating the PointerPressed Event BEFORE the Scroll Event.
How can we make the RadCustomHubTile to recognize Swiping before Pressing?
We are using an itemscontrol which has the RadCustomHubTile as DataTemplate.
Each Tile tile has a PointerPressed Event which executes some logic.
If we have 200 items and 200 RadCustomHubTiles are displayed, we want the user to be able to scroll through the tiles.
Now its a Problem that every time the user swipes on the tiles to scroll the view, the tile is activating the PointerPressed Event BEFORE the Scroll Event.
How can we make the RadCustomHubTile to recognize Swiping before Pressing?