Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Treeview > TreeView Width Problem
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered TreeView Width Problem

Feed from this thread
  • Venkata avatar

    Posted on Jun 28, 2011 (permalink)

    Hi,
    I am using radtreeview for ASP.NET
    I have a one listbox and one TreeView on my page.(listbox items load when page load)
    when i select the  item from Listbox then TreeView nodes will Populates.
    but the problem is if nodes text is too large then TreeView occupies 80% off the screen(when page load shows 50% 50%)
    how to solve this problem?

    <TABLE cellSpacing="2" cellPadding="1" width="100%" border="0">                                
        <TR>
            <TD vAlign="top" width="50%" >
                    <asp:ListBox id="ddName" Width="100%"    Runat="server" SelectionMode="Multiple"    AutoPostBack="True" OnSelectedIndexChanged="ddName_SelectedIndexChanged"></asp:ListBox>
                   </TD>
                                             
            <TD vAlign="top" width="50%" height="325">
                <radt:radtreeview id="treeview1" runat="server"   Width="100%" Skin="Color" AfterClientCheck="OnCheckUncheckNode" MultiSelect="True" AutoPostBackOnCheck="False" CheckBoxes="True"
                                                        MultipleSelect="True"></radt:radtreeview>
            </TD>
        </TR>
    </TABLE>
     



Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Treeview > TreeView Width Problem