[CLOSED] Panel Collapse Button Disappears

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Panel Collapse Button Disappears

    Hi,

    With this test case, when I press collapse button of south region is expanded, but the button disappears and I couldn't collapse again.
    This behaviour isn't the same that in v1.x.

    Any solution?

    <html>
    <head runat="server">
        <title>Ext.NET Test Case</title>
    </head>
    <body>
        <form runat="server">
        <ext:ResourceManager runat="server" />
            <ext:Viewport runat="server" Layout="FitLayout" Border="false">
                <Items>
                    <ext:Panel runat="server" Border="false" Layout="BorderLayout">
                        <Items>
                            <ext:Panel runat="server" Region="Center" Title="Region Center">
                                <Items>
                                    <ext:Label runat="server" Text="Label in region Center" />
                                </Items>
                            </ext:Panel>
                            <ext:Panel runat="server" Region="South" Title="Region South" Collapsed="true" Height="300">
                                <Items>
                                    <ext:Label runat="server" Text="Label in region South" />
                                </Items>
                            </ext:Panel>
                        </Items>
                    </ext:Panel>
                </Items>
            </ext:Viewport>
        </form>
    </body>
    </html>
    Last edited by Daniil; Aug 26, 2012 at 10:46 AM. Reason: [CLOSED]

Similar Threads

  1. Replies: 2
    Last Post: Jun 07, 2012, 4:29 PM
  2. Replies: 11
    Last Post: Feb 08, 2012, 8:18 AM
  3. Replies: 4
    Last Post: Oct 21, 2011, 4:48 PM
  4. [CLOSED] Panel: How to hide the Collapse/Expand (+ and -) button?
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 21, 2011, 2:45 AM
  5. [CLOSED] There Collapse button in the tooltip?
    By majunior in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 24, 2011, 12:30 PM

Tags for this Thread

Posting Permissions