|
|
Click Whitespace & Drag Window
File Details
| Downloads: |
696 |
File Size: |
34.3kB |
| Posted By: |
aatwal |
Views: |
2440 |
| Date Added: |
19 Oct 2006 |
|
Window1.xaml
<Window… MouseLeftButtonDown="MyMouseLeftButtonDown"…>
Window1.xaml.cs
void MyMouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
this.DragMove();
}
Simple!
|
|
|