Hello,
I have a small problem.
My PanelBar:
Panel bar has several items and one of those items is shown below:
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 ?
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 ?