Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Webpanel - fixed height with scrollbar
posted

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

 

Parents
No Data
Reply
  • 170
    posted

    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>

Children
No Data