Hello!
I've implemented the RadTreeView successfully in a RadPane, within a RadSplitter.
But now the formatting of the TreeView is very malformed, it looks like each TreeNodeItem is beeing centered. Does anybody know a reason where this can come from?
Here is a sample code and attached the sample outputs:
Thank you very much for every help!
Kind regards
Juergen
I've implemented the RadTreeView successfully in a RadPane, within a RadSplitter.
But now the formatting of the TreeView is very malformed, it looks like each TreeNodeItem is beeing centered. Does anybody know a reason where this can come from?
Here is a sample code and attached the sample outputs:
<div style="width:700px; height:300px;"> <rad:RadTreeView ID="TestTree" runat="server" Height="200px" Skin="Windows7" BorderWidth="3" style="float: left"> <Nodes> <rad:RadTreeNode Text="Test1" Expanded="true" runat="server"> <Nodes> <rad:RadTreeNode Text="Test2" runat="server"> <Nodes> <rad:RadTreeNode Text="Testasdfjklö2" runat="server" > </rad:RadTreeNode> </Nodes> </rad:RadTreeNode> <rad:RadTreeNode Text="Test3" runat="server" > <Nodes> <rad:RadTreeNode Text="Testasfwqeradfawererdfgrthrtzh3" runat="server" style="float: left"> </rad:RadTreeNode> </Nodes> </rad:RadTreeNode> </Nodes> </rad:RadTreeNode> </Nodes> </rad:RadTreeView> </div>Thank you very much for every help!
Kind regards
Juergen