Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp.net treeview to push other content

Status
Not open for further replies.

ralphtrent

Programmer
Jun 2, 2003
958
US
Hello
I have an asp.net treeview control on the far left. Based on the selection of the user, another treeview is presented to the user. What I need to do is to position the second treeview so that the first treeviews content does not overflow into the second treeview. I have tried various positions/floats and overflow settings but nothing works.

Any help is appreciated.

Thanks,
RalphTrent
 
Without seeing your code, it is impossible to tell. However, If you're not using absolute positioning, elements should not be overlapping each other. If on the other hand you are using absolute positioning, then there's no way to assess where you need to put the second tree without some scripting such as javascript.

[small]Do something about world cancer today: Comprehensive cancer control information at PACT[/small]
 
Agree with Vragabond -hard to tell without code, but I would say:

Left tree, left-floated
Right tree left-floated

-both wrapped in a div ...

Post some code if it still bugs :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top