Telerik UI for WinForms
Overview
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
UI for WinForms
This is a migrated thread and some comments may be shown as answers.
DocumentPanes in DockingManager
1 Answer
35 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
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
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.
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
Dock
Asked by
Jaroslav Bucek
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or
Copy link