I have pasted below a sample application... The similar kind which is not working in Internet Explorer Vesrion 7. In the following example i have added a calender control in between the two zones. Instead of that assume/add some 5 user controls which retrives values from the database and show such as GridView / Tabular format. So think the Zones contains some user / custom controls and please give a solution why it is not working in IE 7.0.
<%
@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default"%>
@ Register Assembly="Infragistics35.Web.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.LayoutControls" TagPrefix="ig" %>
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
head runat="server">
html
{
overflow-y: scroll;
}
</style>
</
head>
body>
</ig:SplitterPane>
</td>
</tr>
form>
</h
tml>