Well i had a problem with styling the TabControl as it keep rendering height: 100% on the "_body" div tag, so i created a WebControlAdapter and implemented a new RenderContents that did not render 100% height, but that created javascript error that i can't explain..
Comments: a solution to this would be if you added the height: 100% to the css file, then it would be overridable by the property or other css files, currently there is no way around it...
Comments: a solution to this would be if you added the height: 100% to the css file, then it would be overridable by the property or other css files, currently there is no way around it...