Re: TreeListItem - set control width

  •  10-25-2007, 1:51 PM

    Re: TreeListItem - set control width

    I found a workaround.
     
    The "bug" here is that since the treelist is initially collapsed, the width is determined by the total width of the Level 1 tree entries.
    I padded  's into the common.config file for first tree link item.
     
    It would be nice if you could expose property on the TreeList control.  In the meantime, this works nicely.
     
    Thanks for the feedback.

    <treedropdowns>

    <LinkTree>

    <item text="wzs5011" Selectable="False">

    <html><![CDATA[Adam Needs a Vacation&nbsp;<img border=0 align='absMiddle' src='http://blah.com/img.gif'/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]></html>

    <item text="Aruba" value="http://www.arubatourism.com/">

    <html><![CDATA[Holiday in Aruba]]></html>

    </item>

    </item>

    </LinkTree>

    </treedropdowns>

View Complete Thread