Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
Tile Click event
posted

I didn't find Tile Click event on xamTilesManager, basically what I want is to maximize the Tile upon click, default behavior is either we need to click on header of Tile or the small popup icon on top right to maximize the Tile, however I want to maximize upon click on Tile itself.

And also is it possible to wiggle(shake) each Tile upon some action like if you touch and hold an icon on iOS devices, they start wiggling so that we can delete or move them. I want similar animation on these Tiles?

Parents
  • 138253
    Verified Answer
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into and I created a sample project for you with the functionality you want. Basically I handled the XamTileManager’s PreviewMouseLeftButtonDown and Up events and use DispatcherTimer in order to determine whether the use click or click and holds on a XamTile. Also I added comments where you can apply the animation you want.

     

    Hope this helps you.

    WpfApplication1.zip
Reply Children
No Data