[CLOSED] How to change tool order on panel when Collapsible="true"

  1. #1

    [CLOSED] How to change tool order on panel when Collapsible="true"

    I have a collapsible panel that I'm adding a tool to. Is there a way to get the collapse icon to be right of my icon?

                <ext:Panel Collapsible="true">
                    <Tools>
                        <ext:Tool>
                        </ext:Tool>
                    </Tools>
                </ext:Panel>
    Last edited by Daniil; Jan 21, 2013 at 3:01 PM. Reason: [CLOSED]
  2. #2
    Hello!

    You can use CollapseFirst parameter:

    <ext:Panel runat="server" Collapsible="True" Title="Panel" CollapseFirst="False">
    	<Tools>
    		<ext:Tool runat="server" Type="Pin">
    		</ext:Tool>
    	</Tools>
    </ext:Panel>
  3. #3
    Perfect!
    Completely missed that config option.

    Thanks, please mark this as closed.

Similar Threads

  1. Replies: 1
    Last Post: Oct 05, 2012, 11:56 AM
  2. Replies: 2
    Last Post: Jun 14, 2012, 11:30 AM
  3. [CLOSED] Hidden="true" behaves as Visible="false"
    By marco.morreale in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: May 28, 2012, 3:17 PM
  4. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  5. [CLOSED] DropDownField with Grow="true" and GrowMax="xxx"
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 12, 2012, 12:00 PM

Tags for this Thread

Posting Permissions