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

RadWindow lags while dragging

2 Answers 179 Views
Window
This is a migrated thread and some comments may be shown as answers.
chp
Top achievements
Rank 1
chp asked on 23 Feb 2012, 02:24 PM
Hi

we have a problem with the RadWindow while dragging it with the mouse.
It only happens when you have "show window content while dragging" enabled in the windows-system preferences.

I think I don't have to attach an example, because it also happens in the "WPF Controls Examples".
The problem only occurs when the RadWindow is very large. So if you resize the RadWindow from the "Frist Look" example to cover nearly the entire size of the monitor and try to drag it around with the mouse, it lags behind the mouse enormously.

If you have a high resolution (e.g. 1920 x 1080), a big RadWindow (which covers nearly the entire screen) lags more then a big RadWindow on 1024x768 while dragging.

Is there a way to fix this?

2 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 24 Feb 2012, 11:57 AM
Hi,

The reason for this could be that we use a transparent window by default which involves heavy calculations. We need this as some of the default themes contain partially or entirely transparent elements. You could disable this by setting the RadWindowInteropHelper.AllowTransparency to false to the RadWindow control.

Hope this helps.

All the best,
Miroslav Nedyalkov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
chp
Top achievements
Rank 1
answered on 24 Feb 2012, 04:12 PM
Thanks! That solved the problem!
Tags
Window
Asked by
chp
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
chp
Top achievements
Rank 1
Share this question
or