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

No horizontal splitter bar when using two panes

6 Answers 68 Views
Docking
This is a migrated thread and some comments may be shown as answers.
MW
Top achievements
Rank 1
MW asked on 17 Aug 2009, 01:25 PM
Hi

I have a problem with the docking whereby the splitter bar is non existent initially between each pane.  I have to first move one pane, then release it back to its original position.  Only after I have done this the splitter bar appears.

Using the code from your SplitContainers example:

<radDock:RadSplitContainer Orientation="Vertical" InitialPosition="DockedLeft">

 

 

 

 

    <radDock:RadPaneGroup>

 

 

 

        <radDock:RadPane Header="Pane1" Content="Pane1"/>

 

 

 

    </radDock:RadPaneGroup>

 

 

 

    <radDock:RadPaneGroup>

 

 

 

        <radDock:RadPane Header="Pane2" Content="Pane2">

 

 

 

    </radDock:RadPaneGroup>

 

 

 

</radDock:RadSplitContainer>


When I run this the two panes are stacked one above the other as expected, but there is no 'gap' between them, thus I cannot resize them using the splitter (there isn't one).  Any ideas as to why this is only appearing AFTER I undock and dock one of the panes (is it a redraw issue)?

Thanks
Mark

 

 

 

6 Answers, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 19 Aug 2009, 11:06 AM
Hi Mark Winfield,

Sorry for the inconvenience caused. Try downloading the latest SP1 release and check the RadDocking status.

Kind regards,
Kaloyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
MW
Top achievements
Rank 1
answered on 19 Aug 2009, 01:10 PM
Hi

I have downloaded and installed the latest version as you suggested but the problem is still evident.
0
Kaloyan
Telerik team
answered on 20 Aug 2009, 07:41 AM
Hi Mark Winfield,

Sorry once again. We are not able to reproduce the described issue with the current version of the RadDocking. Would you be so kind to send us a project or some more inputs on that.

Greetings,
Kaloyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
MW
Top achievements
Rank 1
answered on 20 Aug 2009, 02:58 PM
Hi

I have recreated the problem in a sample project, but am not sure how to upload it to you.

The problem seems to be some kind of redraw problem where some even is not firing.  The exact nature of the problem involves a page (UserControl) that navigates to another page.  The second page has the Telerik docking code on it.  If the first page is the one with the docking code, then the problem is not evident.

The way I am doing the navigation is to change the Content of the application RootVisual to the new UserControl (UIElement).

Please note I am currently trialing the Telerik toolkit and just looking at the docking aspect at the moment.  Maybe changing my existing navigation mechanism to use the Telerik code would resolve this, however it does indicate some kind of redraw problem with the docking code.

Thanks
Mark
0
MW
Top achievements
Rank 1
answered on 21 Aug 2009, 12:19 PM
Hi

I have changed my navigation mechanism to use the Silverlight 3 mechanism and the redraw issue is no longer evident.

Thanks
Mark
0
Nikolay
Telerik team
answered on 21 Aug 2009, 01:29 PM
Hi Mark Winfield,

You should zip the sample project and attach it to a new support thread. We will then continue our discussion there. Thanks for your time and involvement.

All the best,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Docking
Asked by
MW
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
MW
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or