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

Auto hide does not work when click on tab

3 Answers 92 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Edward
Top achievements
Rank 1
Edward asked on 31 Aug 2011, 04:32 PM
So I have a dock with just 2 panes docked to the left, both of them is hidden initially.  When I hoover my mouse over the tab, the pane expands, then when I hoover away from the tab it hides.  However if I click on the tab, then the pane will remain open and the only way I can put it back to the hidden position is to pin then unpin it.

Code is here:

<telerik:RadDocking Grid.Row="1" Grid.Column="0" HasDocumentHost="False" HorizontalAlignment="Stretch" Margin="0,0,0,0" Name="radDocking1" VerticalAlignment="Stretch" PaneStateChange="radDocking1_PaneStateChange">
    <telerik:RadSplitContainer InitialPosition="DockedLeft" Name="sctLeft" >
        <telerik:RadPaneGroup Name="radPaneGroup1" MaxWidth="200" Width="200" >
            <telerik:RadPane Header="Pane 1" Name="pane1" IsPinned="False" CanFloat="False" CanUserClose="False" CanDockInDocumentHost="False" >
                <!-- some controls -->
            </telerik:RadPane>
            <telerik:RadPane Header="Pane 2" Name="pane2" IsPinned="False" CanFloat="False" CanUserClose="False" CanDockInDocumentHost="False" >
              <!-- some control -->
            </telerik:RadPane>
        </telerik:RadPaneGroup>
    </telerik:RadSplitContainer>
</telerik:RadDocking>


Thanks

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 01 Sep 2011, 08:48 AM
Hi Edward,

We are aware of this issue. However, a fix is available in the latest internal build. To hide the pane again you need to click somewhere in the other panes, no matter the header or the content.

Please try it out and let us know how did that work for you.

Best wishes,
Konstantina
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Edward
Top achievements
Rank 1
answered on 19 Oct 2011, 08:54 PM
Is there any update on this please?
0
Yana
Telerik team
answered on 24 Oct 2011, 12:00 PM
Hello Edward,

Have you tried Q2 SP1 release?  Note that the pane will be hidden only when you click on a different control in the Docking which receives the focus. If you click on an empty Docking (or with docked panes as in your sample code), the pane will not be hidden and this is the expected behavior.

Hope this helps.

All the best,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Docking
Asked by
Edward
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Edward
Top achievements
Rank 1
Yana
Telerik team
Share this question
or