Can we have a fixed height for the webpanel and enable or have a scrollbar, as like a iframe within the template area?Has anyone tried it.
Thanks, Krushna
Hello, put a panel in youw webpanel template and add your control to that panel. This is is easiest way I think
<igmisc:WebPanel id="pnlNavigation" runat="server" Width="100%" Height="500px" EnableAppStyling="True">
<Template>
<asp:Panel ID="pnlNav" runat="server" Height="100%" Width="100%" BackColor="White" ScrollBars="Auto">
//here put your own controls </asp:Panel>
</Template>
</igmisc:WebPanel>