Wednesday, March 28, 2012

Tab container width

Can the container width be set somehow to dynamically adjust based on it's content?

I have a 3 tabbed container with a Gridview within one of them. The edit mode of the Gridview is wider than when it is in Read mode. So lets say the default with of the container would be set to 600px, but when the Gridview goes into edit mode it might be 800px. The Gridview in edit mode will go right over the 'border' of the container in this case. Can this be configured to work change the width dynamically based on it's content, or do I have to figure out the widest instance and set it to that or programatically change the width on the container when the Gridview goes to edit mode?

Thanks

Mark,

could you post some of your HTML/ASP.NET declaration for the Tab and Content? The Tab is resizing quite well here...

Alexander

1 comment:

ssfink said...

I have this same issue. Anyone?

Post a Comment