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

Unpined RadPane behaviour

1 Answer 81 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Iron
Alexander asked on 22 Aug 2016, 06:36 AM

In ouer  project we use the Docking manager for the Aplication layout.  Some Overviews are  to the Bottom and the one (with Program mesages to the right sight). Its not nice when  the user accidently short the mouse curser over the Pane button and it apears. Learning abaut the docking i've got the idea that the pre popup and auto hide tiemout can be set but i didnt find any property to set them up.

the next propblem is thesome times the panels doesnt hides when the other Panel got the focus. Some times i must click to the right part of subcontrols(such as textbox or combobox to make the panel hide).

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 23 Aug 2016, 07:50 AM
Hello Alexander,

You could easily modify the the default behavior of the unpinned Panes of RadDocking by implementing IFlyoutBehavior for the control. Using it you could tell when the Pane should be visualized when they are unpinned and the mouse hovers over it.

As for your second concern regarding the focus. When unpinned Pane gets clicked it is actually activated and in order to be hide it needs to lose its focus - as you have already observed. That behavior could also be modified with the IFlyoutBehavior.

We have created a sample project that demonstrated how exactly the behavior works and you could continue to modify it order to achieve the desired by you functionality.

We hope this will help you.

Regards,
Nasko
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
Docking
Asked by
Alexander
Top achievements
Rank 1
Iron
Answers by
Nasko
Telerik team
Share this question
or