This is a migrated thread and some comments may be shown as answers.

RadTileView: How to OneClick and open tile

1 Answer 78 Views
TileView
This is a migrated thread and some comments may be shown as answers.
SailorChris
Top achievements
Rank 1
SailorChris asked on 30 Jun 2014, 04:48 PM
Hello,
I have a WPF .NET/4.0 application using RadTileView v4.0.30319.
I want to know how to implement a one click (rather than have the default double-click) open a tile?
Thx
Chris

1 Answer, 1 is accepted

Sort by
0
Accepted
Milena
Telerik team
answered on 01 Jul 2014, 10:44 AM
Hello Chris,

You can implement a one click open of a TileViewItem with by setting the TileStateChangeTrigger property to "SingleClick": 

<telerik:RadTileView TileStateChangeTrigger="SingleClick"  >

More information about the RadTileView and its features you can find in our QSF demos and online documentation

I hope this information will help you customize the RadTileView according to your requirements and don't hesitate to write back if you have more questions.

Regards,
Milena
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
TileView
Asked by
SailorChris
Top achievements
Rank 1
Answers by
Milena
Telerik team
Share this question
or