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

UniformGrid-like arrange for RadDocking

1 Answer 118 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Mar
Top achievements
Rank 1
Mar asked on 28 Mar 2015, 01:25 AM
Hi,

I'm intersted to make my RadDocking to order the inserted panes (in the corespond view-model) like the UniformGrid does...
For example let's assume I have 2 items in my collection of panes. I want them to be shown as two panes with the same width (the sum of their width is the total width of the RadDocking control), and when I programatically add an item to the binded collection, I want the first two items to be shown as their height is half of what they were, and in the second imaginary row I want the third pane to be shown with the same width as theirs.

If the user make some mess with panes, I want the dynamically added item to be docked to the right side. Is it a problem if I got pane that became a ToolWindow while there are another that are not ToolWindow at the moment?

Ho do I achieve that easily?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 31 Mar 2015, 02:38 PM
Hi Mar,

RadDocking does not provide the desired be you arrangement of the Panes by design - they arrange in DockPanel. However, what we could suggest you is to check RadTileView and RadTileList controls. They provide the possibility to create flexible layout similar to the desired one. Please, check their Silverlight demos (they are the same for WPF) in order to see the controls in action:
http://demos.telerik.com/silverlight/#TileList/FirstLook
http://demos.telerik.com/silverlight/#TileView/FirstLook

We hope this will help you.

Regards,
Nasko
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Docking
Asked by
Mar
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or