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

TreeView.Width issue

1 Answer 118 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
LG
Top achievements
Rank 2
LG asked on 16 Dec 2009, 06:37 PM
Hello,

How do I expand the left hand side of the FileExplorer to match the Width of the TreeView? TreeView.Width = 400; works but the splitter does not align with the size / width of the TreeView. Right now, I have to scroll all the way to the right to see the end of the TreeView.

Thanks

1 Answer, 1 is accepted

Sort by
0
LG
Top achievements
Rank 2
answered on 16 Dec 2009, 10:06 PM
TreePaneWidth="200px" solved my problem. I'm all set.

<telerik:RadFileExplorer runat="server" ID="FileExplorer1" Width="100%" Height="580px" EnableOpenFile="false" EnableCreateNewFolder="False" VisibleControls="TreeView, Grid" TreePaneWidth="200px"
    <Configuration ViewPaths="~/Media" /> 
</telerik:RadFileExplorer>
 

Thanks
Tags
FileExplorer
Asked by
LG
Top achievements
Rank 2
Answers by
LG
Top achievements
Rank 2
Share this question
or