Search

You searched for the word(s): userid:741677

Matching Posts

  • Re: TreeView in IE works doesn't work in FireFox

    I had a similar problem where my treeview looked fine in IE but oddly indented in Firefox. I found that I had to change two settings (attributes) of the treeview in order to make it line up correctly. The two settings were: NodeIndent="0" ShowExpandCollapse="False" In my .aspx file I wrote it this way: <asp:TreeView ID="TreeView1" runat="server" DataSourceID="SiteMapDataSource15" NodeIndent="0" ShowExpandCollapse="False">
    Posted to Internet Explorer Web Controls (Forum) by marloutor on 6/9/2007
    Filed under: TreeView
Page 1 of 1 (1 items)