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

Drag Tile without clicking the header

3 Answers 161 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Pedro
Top achievements
Rank 1
Pedro asked on 12 Dec 2011, 04:28 PM
Hi,

Is possible to drag tile item without clicking the header? I need to drag the tile by clicking in the tile, and moving around holding the mouse button. The idea is to use this in a touch screen and I want the user clicking in the tile instead of the header. How can I do that?

Best regards,
Gonçalo Martins

3 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 15 Dec 2011, 02:39 PM
Hi Gonçalo,

 You can implement this behavior by using the RadDragAndDropmanager. Please check out the attached project and let us know if the suggested approach satisfies you.

Regards,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Adam
Top achievements
Rank 1
answered on 18 Feb 2012, 01:52 AM
Hi,
i am looking at writing a touchscreen app and using the RadTileView for WPF, is it possible to maximise a tile (select it) with a touch i.e. the user selects, but , not by the header?
0
Petar Mladenov
Telerik team
answered on 22 Feb 2012, 03:10 PM
Hello Adam,

 Yes, it is possible. You can use MouseLEftButton \Down or \Up events of the RAdTileViewItem. You can see this realized in the attached solution. However, things might get more complex if you need both dragging enabled, selection and maximization, so you will need more events.

All the best,
Petar Mladenov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
TileView
Asked by
Pedro
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Adam
Top achievements
Rank 1
Share this question
or