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

RadTreeView in RadPanelItem and Height 100%

1 Answer 99 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Roland
Top achievements
Rank 1
Roland asked on 22 Jul 2010, 08:24 PM
Hello,

I have a small problem.

My PanelBar:
<telerik:RadPanelBar ID="pnlMainNav" runat="server" Width="100%" ExpandMode="FullExpandedItem" Height="100%" >

Panel bar has several items and one of those items is shown below:

<telerik:RadPanelItem runat="server">
           <ItemTemplate>
               <telerik:RadTreeView id="myTree" runat="server"/>
           </ItemTemplate>
</telerik:RadPanelItem>

The tree view is bound on the server.

Now the thing is, if the tree view has a lot of nodes , everything is ok, and treeview occupies 100% of the panel.

When there is few nodes, the treeview does not occupy 100% of the panel item.

How can I achieve that ?


1 Answer, 1 is accepted

Sort by
0
Ian David
Top achievements
Rank 1
answered on 20 Feb 2013, 10:49 AM
Hi,

May I know if you solved this issue? Thanks!

Ian
Tags
PanelBar
Asked by
Roland
Top achievements
Rank 1
Answers by
Ian David
Top achievements
Rank 1
Share this question
or