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

Panelbar Height

4 Answers 109 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Teoman
Top achievements
Rank 1
Teoman asked on 02 Dec 2009, 09:19 PM
Hi,

How can i show last panel item bottom of the screen?i trying panel height 100% and its not working.Example if i have 3 radpanel item and if i selected first one then i want that second and third panel items going bottom of the screen?

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Dec 2009, 07:11 AM
Hello Teoman,

I tried placing the RadPanelBar inside a div container and set the Height of PanelBar as 100% in order to achieve the scenario. give a try with this approach.

ASPX:
 
<div style="height: 600px; width: 250px; border: solid 1px;"
    <telerik:RadPanelBar ID="RadPanelBar1" runat="server" Height="100%" ExpandMode="FullExpandedItem"
        <Items> 
         . . . 
        </Items> 
    </telerik:RadPanelBar> 
</div> 
[Also set the ExpandMode property of RadPanelBar as "FullExpandedItem"]

-Shinu.
0
Teoman
Top achievements
Rank 1
answered on 03 Dec 2009, 01:46 PM
Hi,
i tried it.it runs 600px which equal to div height at start up but when i tried to click rad item it work what i want.how can i load it fixed screen size at start up . i tried div height 100% bu its not working..
0
Teoman
Top achievements
Rank 1
answered on 16 Dec 2009, 10:53 AM
i havent solved my problem yet.somebody help me please?
0
Kamen Bundev
Telerik team
answered on 18 Dec 2009, 11:31 AM
Hi Teoman,

Can you send an example project or a live URL with your issue demonstrated, because what you describe is largely dependent on your layout? Thank you in advance.

All the best,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
PanelBar
Asked by
Teoman
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Teoman
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or