[CLOSED] Bug when using a BoxReorderer with a BoxSplitter

  1. #1

    [CLOSED] Bug when using a BoxReorderer with a BoxSplitter

    In the following example, when i select the Panel2 for reordering, the BoxSplitter1 goes for the bottom of Panel2 as shown in the following image.

    Any idea to overcome this problem?

    <ext:Window ID="Window1" runat="server" Width="250" Height="500" Title="VBox">
        <LayoutConfig>
            <ext:VBoxLayoutConfig Align="Stretch" DefaultMargins="0" />
        </LayoutConfig>
        <Items>
            <ext:Panel ID="Panel1" runat="server" Region="Center" Flex="1" TitleCollapse="true"
                Collapsible="true" Title="Panel 1" Html="EXT.NET">
            </ext:Panel>
            <ext:BoxSplitter ID="BoxSplitter1" runat="server" Collapsible="false" CollapseTarget="Next" />
            <ext:Panel ID="Panel2" runat="server" Region="Center" Flex="1" TitleCollapse="true"
                Collapsible="true" Title="Panel 2" Html="EXT.NET">
            </ext:Panel>
        </Items>
        <Plugins>
            <ext:BoxReorderer ID="BoxReorderer1" runat="server" />
        </Plugins>
    </ext:Window>
    Last edited by Daniil; Jun 06, 2012 at 3:58 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I would set up
    TitleCollapse="false"
    for both Panels to get it working.
  3. #3
    Thank you Daniil, please mark it as resolved

Similar Threads

  1. [CLOSED] BoxSplitter with Collapsible property set to false
    By RCN in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 06, 2012, 4:33 PM

Posting Permissions