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

DoubleClick in ListBoxItem

3 Answers 49 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
jean michel
Top achievements
Rank 1
jean michel asked on 20 May 2010, 12:46 PM
  Hello,

Exists the possibility to use the DoubleClick event in the item of the list? How?

Thanks..!!!

3 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 20 May 2010, 02:30 PM
Hi Jean Michel,

Silverlight does not support double-click out of the box. You will have to implement it yourself. Here is a nice article explaining how it can be done.

Sincerely yours,
Kiril Stanoev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
jean michel
Top achievements
Rank 1
answered on 21 May 2010, 04:25 PM
Hello Kiril,
I implemented the example and functioned correctly, but double click does not function when it is executed in the components of telerik. It only functions for the right button.
0
Miroslav
Telerik team
answered on 26 May 2010, 05:18 PM
Hello jean michel,

We handle the MouseUp / Down events in most of the controls if they result in some kind of state change.

You can handle handled events by registering for them by using the

framewoekElement.AddHandler(...)

method which has an overload that can specify that handled events should be handled as well.

Hopefully this will help you,

Miroslav
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
DragAndDrop
Asked by
jean michel
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
jean michel
Top achievements
Rank 1
Miroslav
Telerik team
Share this question
or