[CLOSED] Resizer in a panel

  1. #1

    [CLOSED] Resizer in a panel

    Hello,

    I have a panel with a Resizeobjekt that responds to the bottom (South), if I go with the mouse over it. Do I have a possibility that the Resizeobjekt reacts only when the mouse is moved over the top of the buttom toolbar.

    <ext:Panel ID="mypanel" runat="server" Frame="true" Width="600" Height="500" Title="mypanel">
        <ResizableConfig Dynamic ="false" Handles="South" runat="server"  ></ResizableConfig>
        <BottomBar>
            <ext:Toolbar runat="server">
                <Items>
                                <ext:Label runat="server" Text="Statusbar"></ext:Label>
                            </Items>
            </ext:Toolbar>
        </BottomBar>
    </ext:Panel>

    Thanks
    Last edited by Daniil; Apr 07, 2015 at 12:26 PM. Reason: [CLOSED]
  2. #2
    Hi @Woyciniuk,

    There is no way to configure a resizer as you need, but you can change the layout to move the bottom Toolbar out of the Panel and still stick it to the Panel's bottom. In this case you'll probably achieve the requirement.

Similar Threads

  1. [OPEN] [#669] Resizer breaks TextArea's width
    By RCN in forum 3.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 02, 2015, 4:25 PM
  2. [CLOSED] Remove resizer
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 05, 2012, 10:11 AM
  3. Pan and Resizer in Image control
    By mirzasa in forum 1.x Help
    Replies: 0
    Last Post: Apr 11, 2011, 6:06 PM
  4. [CLOSED] [1.0] Problem with Portlet Resizer
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 11, 2010, 10:43 AM
  5. Resizer Vs. PanelResizer; Wanting split panel
    By camus92 in forum 1.x Help
    Replies: 2
    Last Post: Mar 06, 2009, 4:19 PM

Tags for this Thread

Posting Permissions