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

Adding DockPanel as Tabbed Document

1 Answer 172 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 23 Feb 2009, 04:43 PM
Cosmetic issue...I hope you have a fix.

When I have a DockPanel whose DockState is TabbedDocument, then I do a SetDock(), the DockState gets lost and it just opens as another dockPanel.  If I set the DockState afterwards like this...
 
dockMGR.SetDock(dpSearch, DockPosition.Fill);  
dpSearch.DockState = DockState.TabbedDocument; 

...then I get a huge amount of flicker as the screen cuts in half to render it as docked first, then it redraws as a tabbed document.  How can I get rid of that flicker?  I've tried Hiding and setting Visible to false until all the above code is finished but it still happens.  Thx...

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 26 Feb 2009, 09:20 AM
Hello Bill,

The problem is related to our dock layout engine in the current edition of DockingManager. For our next releases we will introduce a new and more improved RadDock control with a new layout engine. Sorry for the inconvenience and thank for the reported issue.

Best wishes,
Julian Benkov
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
Dock
Asked by
Bill
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or