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

PanelBar doesn't automatically resize

2 Answers 61 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
ryan
Top achievements
Rank 1
ryan asked on 12 Sep 2010, 02:41 AM
Edit: Solved

I have a PanelBar with a StackPanel inside of it, but if I add enough items to the StackPanel, the StackPanel will go off the PanelBar area.  It seems like the PanelBar should automatically resize but it doesn't.  I have the Height of the PanelBar set to "Auto".  Am I supposed to manually increase the height of the PanelBar?  Is there anywhere to make the PanelBar auto resize itself to fit its contents in its area?

2 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 16 Sep 2010, 08:07 AM
Hello ryan,

Please accept my apology for the delayed response.

Have you managed to solve the issue? If not, please let us know. Also, if you have any other questions, we will be more than happy to help you out.

Greetings,
Tina Stancheva
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
EmGooser
Top achievements
Rank 1
answered on 24 Sep 2010, 06:07 PM
I was getting the same issue but with the width. I solved it by setting the scrollviewer's horizontal scroll to disabled.  Example:

<telerik:RadPanelBar ScrollViewer.HorizontalScrollBarVisibility="Disabled">
Tags
PanelBar
Asked by
ryan
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
EmGooser
Top achievements
Rank 1
Share this question
or