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

How the panelBar item filled

2 Answers 21 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
lei
Top achievements
Rank 1
lei asked on 29 Jul 2010, 10:31 AM
I am a new silverlightUser
then When I use the panelbar there are three parnelbar items
i want know how anyone item can has its just height
look the pic
     thanks

2 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 29 Jul 2010, 10:40 AM
Hi lei,

You need to set the VerticalAlignment property of the RadPanelBar to Stretch if you need the FirstLook look of the RadPanelBar. By default the VerticalAlignment property is set to Top thus looking like in the bad-height-i-don-not-want.png.
<telerikNavigation:RadPanelBar VerticalAlignment="Stretch" x:Name="radPanelBar"
                            Width="250">
...
</telerikNavigation:RadPanelBar >

I hope this information will help. Let us know if we can further assist you.

Kind regards,
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
lei
Top achievements
Rank 1
answered on 29 Jul 2010, 11:41 AM
Yes thanks
      this is what i want .thanks again.
Tags
PanelBar
Asked by
lei
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
lei
Top achievements
Rank 1
Share this question
or