4 Answers, 1 is accepted
0
Hello,
Currently with the Q2 you can not. I am sorry for the inconvenience.
Best wishes,
Pana
the Telerik team
Currently with the Q2 you can not. I am sorry for the inconvenience.
Best wishes,
Pana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>
0
Tony
Top achievements
Rank 1
answered on 22 Mar 2012, 07:59 PM
Hi Telerik,
Do you have any plans to add support for this?
We've modified the RadWindow template to increase the size of the minimize/maximize/close buttons. When we did this, the height of the header increased, as we expected. However, the draggable area doesn't seem to have grown along with the header. Only the top part of the larger header is draggable. If I move the mouse a few pixels above the bottom of the header and try to drag, the window doesn't move.
I tried adjusting the <Thumb> elements in the template, but that doesn't seem to have any effect. Even if I comment out the <Thumb> elements entirely, the top part of the header is still draggable. So I guess the definitions of the draggable areas are built-in and not customizable through the template?
Thanks for your help.
Do you have any plans to add support for this?
We've modified the RadWindow template to increase the size of the minimize/maximize/close buttons. When we did this, the height of the header increased, as we expected. However, the draggable area doesn't seem to have grown along with the header. Only the top part of the larger header is draggable. If I move the mouse a few pixels above the bottom of the header and try to drag, the window doesn't move.
I tried adjusting the <Thumb> elements in the template, but that doesn't seem to have any effect. Even if I comment out the <Thumb> elements entirely, the top part of the header is still draggable. So I guess the definitions of the draggable areas are built-in and not customizable through the template?
Thanks for your help.
0
Hi Tony,
You should set CaptionHeight property of the RadWindow control to the height of the you've set in the header template - this will ensure that the entire header is draggable.
Hope this helps.
All the best,
Yana
the Telerik team
You should set CaptionHeight property of the RadWindow control to the height of the you've set in the header template - this will ensure that the entire header is draggable.
Hope this helps.
All the best,
Yana
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
Tony
Top achievements
Rank 1
answered on 28 Mar 2012, 01:59 AM
Thanks Yana! It works.