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

PaneHeader of selected window always highlighted

1 Answer 68 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Graham
Top achievements
Rank 1
Graham asked on 14 Dec 2010, 09:08 AM
When you have multiple panes in a docking control, the header of the pane you just selected is highlighted. If you click again on the same pane the header is cleared. We want to have the pane header continue to be selected when you work within the widget.

In code I've attempted to go through the click event handler, find the pane and it's header, and set IsHighlighted to true. However it seems outside of the function in the control code somewhere this is overridden, so our results have been inconsistent.

Is there a way to keep a PaneHeader highlighted while you work within the Pane? Alternatively, can we turn this functionality off altogether so we can find another way of showing the active pane?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 16 Dec 2010, 04:35 PM
Hello Graham,

Unfortunately, we don't support Active RadPane for the whole RadDocking at this stage. We have IsSelected property for RadPane, but it affects only the selected pane in a group.

For more information, I would suggest you to refer to the following forum thread - http://www.telerik.com/community/forums/silverlight/docking/radpane-gotfocus.aspx

Greetings,
George
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Docking
Asked by
Graham
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or