Is ToolBar'property "EnableOverflow" support ComboBox or anyother control?

  1. #1

    Is ToolBar'property "EnableOverflow" support ComboBox or anyother control?

    Hi,
    I'v built a toolbar in a gridpanel's topbar,and then my tool bar are overflow by some child controls as combobox,buttons and so on,so i follow the example to set the property "EnableOverflow",but when i press the narrow button there are none control in the poped up menu.
    So is there anyother way to show the hidden children or autowarp the toolbar?
    Thany you
    Last edited by gdboy2002; Dec 13, 2010 at 6:23 AM.
  2. #2
    Hi,

    Yes, overflow feature can't "overflow" a ComboBox. It would be a rather difficult task to implement this behavior.

    I can suggest you this Button as an ToolBar's item. Not exactly what you want but I don't know the another way.

    Example
    <ext:Button runat="server" Text="Menu">
        <Menu>
            <ext:Menu runat="server">
                <Items>
                    <ext:ComponentMenuItem runat="server" Text="Type">
                        <Component>
                            <ext:ComboBox runat="server" />
                        </Component>
                    </ext:ComponentMenuItem>
                </Items>
            </ext:Menu>
        </Menu>
    </ext:Button>

Similar Threads

  1. Replies: 2
    Last Post: Sep 15, 2014, 2:58 PM
  2. [CLOSED] How does "MaskCls" work for "AutoLoad" mask in panel control
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 19, 2012, 12:09 PM
  3. Replies: 1
    Last Post: Jun 26, 2012, 11:29 AM
  4. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  5. Replies: 4
    Last Post: Oct 11, 2011, 2:42 AM

Posting Permissions