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

Disable maximaze on header double click

1 Answer 37 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Nikituki
Top achievements
Rank 1
Nikituki asked on 15 Feb 2012, 12:16 PM
Hello,

I have floating RadPane, can I disable resize toolwindow on header double click?

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 20 Feb 2012, 12:13 PM
Hi Nikituki,

There is no easy way to disable the double click on the ToolWindow header.  The closest behavior you can achieve is setting the ToolWindow ResizeMode to NoResize like this:

myPane.ParentOfType<ToolWindow>().ResizeMode = ResizeMode.NoResize;

I hope this works for you.


Greetings,
Georgi
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Docking
Asked by
Nikituki
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or