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

RadPanelBar fixed height

1 Answer 106 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 1
Naresh asked on 19 Oct 2010, 07:10 AM
Hi,
I have a radpanelBar(has some fixed height) inside a popup, and when there are more radpanelitems the radpanelitem height gets decreased and looks conjusted. 
I want to have a fixed height for RadPanelBar , so when RadPanelBar height is exceeded, it should get a scrollbar(noe it get a scroll bar only when the height is exceeded, and till the height is exceede all the radpanelItems are conjusted).

regards,
Naresh

1 Answer, 1 is accepted

Sort by
0
Accepted
Nikolay Tsenkov
Telerik team
answered on 22 Oct 2010, 09:08 AM
Hi Naresh,

Do you mean that you want to have the entire PanelBar with scroll and not the elements?
If this is the case:
 - You can place the panelBar inside a scrolling container. On this container you need to set overflow:auto style and you will get the scrollBar when the panel bar expands. Also, you shouldn't use ExpandMode="FullExpandedItem" for this scenario, since it will span to 100% of the container and will never get a scroll on it.

If this isn't what you meant, please, explain the requirement in a bit more detail.

Hope that soon we will resolve this!


Regards,
Nikolay Tsenkov
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
Tags
PanelBar
Asked by
Naresh
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or