Rank: Newbie Groups: Member
Joined: 9/11/2007 Posts: 2
|
I have a multipage tabstrip control that only has 2 pages. On the second page, I have a list of items that are in a datagrid. When you click on the image inside the datagrid, it opens a popup window with a larger size of the image in it using an AJAX PopupExtender control. When the image is opened that is larger than the PageView that the image is on, scrollbars appear within the tab to be able to scroll down to see the image. How can I get the TabStrip and PageView controls to NOT enable scrollbars and just make the web page longer? i.e.- when content is expanded using any type of AJAX control, like an accordian, it should just make the page bigger, not enable scrollbars on the PageView. Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
I don't think it is our TabStrip/PageView control that displays scrollbars. We do not do anything special about scroll bars, so by default if anything inside the PageView extends, it will extend the PageView as you expected. You can verify this with a CollapsiblePanelExpander.
Check if any of your .css rules has overflow set. Also try with a blank page. That should help you to narrow down the problem.
Thanks
|
Rank: Newbie Groups: Member
Joined: 9/11/2007 Posts: 2
|
I verified that this solved my problem. I had it set to Auto, when it should have been set to Visible. Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Cool! Thanks for the update!
|