mpdillon
Member
I am trying to add multiple TreeViews to a WebForm. I would like 4 across and 2 vertically. I have tried placing the TreeViews inside a panel so I can have scroll bars rather than have the tree grow. Whenever I try to add a second TreeView Visual Studio places it on the line below the existing TreeView.
I then tried adding a second Panel next to the first. But Visual Studio places the second panel on the next line and not next to the existing panel.
Lastly, I added a Table to the Panel. But I cannot drop a TreeView control into a cell in this table? Or any other control for that matter.
Any ideas how to get multiple TreeViews across a WebForm?
Thanks.
I then tried adding a second Panel next to the first. But Visual Studio places the second panel on the next line and not next to the existing panel.
Lastly, I added a Table to the Panel. But I cannot drop a TreeView control into a cell in this table? Or any other control for that matter.
Any ideas how to get multiple TreeViews across a WebForm?
Thanks.
Last edited: