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

RadPanel relative/ Absolute height

6 Answers 91 Views
Docking
This is a migrated thread and some comments may be shown as answers.
andrea bellagamba
Top achievements
Rank 1
andrea bellagamba asked on 09 Jun 2010, 01:36 PM
Hi
As you can see from the image, I am using two rad panel in the DockingLeft position of my dockpanel.
The Top Panel has a fixed content, while the secon is dynamic.
At the moment I am assiging a relative heigh to both panela, but I would like to be able to assign the Top panel a fixed height.
It doesn't seem to work just by setting the Height property. How can I achieve that?
here is my code simplified:
 

<radDock:RadSplitContainer InitialPosition="DockedLeft" Orientation="Vertical" x:Name="ItemsContainer">
<radDock:RadPaneGroup radDock:ProportionalStackPanel.RelativeSize="200, 60">
<radDock:RadPane x:Name="Panel1"/>
</radDock:RadPaneGroup>
<radDock:RadPaneGroup radDock:ProportionalStackPanel.RelativeSize="200, 140">
<radDock:RadPane x:Name="Panel1"/>
</radDock:RadPaneGroup>
</radDock:RadSplitContainer>

 

 

 

 

 

 

 

 

Thanks

6 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 10 Jun 2010, 02:09 PM
Hi Andrea,

 There is no image attached.
 We are currently missing feature you need - you cannot set absolute sizes in a SplitContainer. Therefore I would suggest you to explain me the whole situation and I will try to think of a work-around for you.

Sincerely yours,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Kjell
Top achievements
Rank 1
answered on 15 Feb 2011, 08:16 PM
Hi, is this still the case?  I have pretty much the same issue.  Radsplitcontainer (mine is dockedright) with two panegroups, I want to set the height on the top pane while the bottom pane will grow automatically to take up the rest of the RadDocking control which takes up the entire window.
0
George
Telerik team
answered on 18 Feb 2011, 02:13 PM
Hi Kjell,

 
Unfortunately we don't support this scenario. Sorry for any inconvenience caused.

All the best,
George
the Telerik team
0
ITServices
Top achievements
Rank 1
answered on 01 Mar 2011, 06:49 PM
Hi,

Just wanted to say I'm facing the same issue, I'd also like to have the ability to set one or more panels to a fixed width/height so it's content does not get clipped on resizing the window.

Regards,

Nick
0
George
Telerik team
answered on 07 Mar 2011, 09:35 AM
Hello Nick,

 
Thank you for your feedback. We will consider implementing such feature.

All the best,
George
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Nils
Top achievements
Rank 1
answered on 22 Feb 2012, 09:28 AM
Hi,

Please let me know if this problem is resolved now. I also need to do the same

Thanks,
Nilesh
Tags
Docking
Asked by
andrea bellagamba
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Kjell
Top achievements
Rank 1
George
Telerik team
ITServices
Top achievements
Rank 1
Nils
Top achievements
Rank 1
Share this question
or