Hi,
I have a RadSplitter on a page which has master pages. It is the first control inside the asp:content tag. I have set the Height of the RadSpltter to 100%. But when I look at the rendered html code, it is defaulting it to 400px and adding the scroll bar. The form on master page has a height of 100%, the div inside the form also has a height of 100%.
How do I set it such that the scrollbars appear only if the IE window size is smaller than the content and not vice versa.
Thanks,
I have a RadSplitter on a page which has master pages. It is the first control inside the asp:content tag. I have set the Height of the RadSpltter to 100%. But when I look at the rendered html code, it is defaulting it to 400px and adding the scroll bar. The form on master page has a height of 100%, the div inside the form also has a height of 100%.
<div id="ctl00_ContentPlaceHolder2_RadSplitterMain" style="height:400px;"><!-- 2010.1.511.40 --><table id="RAD_SPLITTER_ctl00_ContentPlaceHolder2_RadSplitterMain" class="RadSplitter RadSplitter_Default" cellpadding="0" cellspacing="0" style="width:1px;height:1px;border-left-width:1px;border-top-width:1px;"> |
Thanks,