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

DocumentPanes in DockingManager

1 Answer 70 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Jaroslav Bucek
Top achievements
Rank 1
Jaroslav Bucek asked on 08 Oct 2008, 02:08 PM
Hi,

how can I programatically set Height of DocumentPane's tabs, docked in DockingManager?

Also, when I add some DocumentPane with multiline text e.g. "Some\r\ntab\r\nitem" then the tab's height is not as height as necessary.

TIA
Jaroslav Bucek

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 13 Oct 2008, 03:53 PM
Hi Jaroslav Bucek,

This behavior currently not supported in RadDock component. You can use following workaround:

documentPane1.DockableTab.Padding = new Padding(10); 
documentPane1.Width++; 
documentPane1.Width--; 

You can change Padding or Margin properties of DocumentPane object.

Sorry for the inconvenience and thank you for the feedback.

 
All the best,
Julian Benkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Dock
Asked by
Jaroslav Bucek
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or