[CLOSED] scrollbar not showing in ext:panel

  1. #1

    [CLOSED] scrollbar not showing in ext:panel

    i've user control loaded into panel, but even when the data in user control exceeding the panel, no scrollbar showing

    <ext:BorderLayout ID="BorderLayout_LabContent_ReportList" runat="server">
    <North>
    <ext:Panel runat="server" ID="Panel_LabContent_ReportList_Selector" Height="20">
    <Content>asdf
    </Content>
    </ext:Panel>
    </North>
    <Center>
    <ext:Panel ID="Panel_LabContent_ReportList_Content" runat="server" AutoHeight="true" autoScroll="true">
    </ext:Panel>
    </Center>
    </ext:BorderLayout>
    MultiReportList uc1 = (MultiReportList)this.LoadControl("MultiReportList.ascx");
    this.Panel_LabContent_ReportList_Content.ContentControls.Add(uc1);
    this.Panel_LabContent_ReportList_Content.UpdateContent();
    Last edited by geoffrey.mcgill; Sep 28, 2011 at 3:59 AM. Reason: [CLOSED]
  2. #2
    Hi,

    AutoHeight="true" is not compatible with vertical scrolling. Please remove it.

Similar Threads

  1. Replies: 2
    Last Post: Mar 29, 2012, 9:00 PM
  2. Scrollbar in Panel or Container
    By bright in forum 1.x Help
    Replies: 3
    Last Post: Nov 09, 2011, 7:06 AM
  3. No scrollbar in panel with columnlayout
    By gidi in forum 1.x Help
    Replies: 2
    Last Post: Aug 08, 2011, 9:11 PM
  4. [CLOSED] Collapsible Panel title not showing after collapse.
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: May 11, 2011, 5:02 PM
  5. [CLOSED] [1.0] How to get a scrollbar dynamically for a panel.
    By Hari_CSC in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 27, 2010, 9:31 PM

Posting Permissions