ContentPlaceHolder Resizing with Dynamic TreeView

  • Thread starter Thread starter Joseph Gruber
  • Start date Start date
J

Joseph Gruber

Hi all.

I've created a master page that has a ContentPlaceHolder (mainContent)
on it. On a child page I've put a dynamic treeview control into
mainContent. The TreeView builds itself dynamically but the
ContentPlaceHolder does not resize along with the treeview. Any ideas
how this might be possible?

Thanks.

Joseph
 
Hi all.

I've created a master page that has a ContentPlaceHolder (mainContent)
on it. On a child page I've put a dynamic treeview control into
mainContent. The TreeView builds itself dynamically but the
ContentPlaceHolder does not resize along with the treeview. Any ideas
how this might be possible?

Thanks.

Joseph

Cancel that -- turns out I had forgotten to remove the height option
(from the drag and drop) that was causing my sizing issues.
 
Back
Top