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

How can I DragMove a RadWindow?

1 Answer 200 Views
Window
This is a migrated thread and some comments may be shown as answers.
Matan
Top achievements
Rank 1
Matan asked on 08 Oct 2014, 09:46 AM
Hi

I would like to move a border-less RadWindow, how may I do that?

Using a Window control i was doing this - 

private void Window_MouseDown(object sender, MouseButtonEventArgs e)
{
   if (e.ChangedButton == MouseButton.Left)
       this.DragMove();
}



Thanks.

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 10 Oct 2014, 03:43 PM
Hello Matan,

I'm afraid that with the current version of RadWindow you won't be able to easily achieve the desired behavior. We have that logged into our Feedback portal as a Feature Request. You can easily vote and track its status on the following link:

http://feedback.telerik.com/Project/143/Feedback/Details/113716-make-it-possible-to-be-able-to-drag-the-window-not-only-from-its-header

However you can try to manually implement the needed drag logic using our DragDropManager.

If you have any other questions, please let us know.


Regards,
Kalin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Window
Asked by
Matan
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or