textfield with buttons inside toolbar

  1. #1

    textfield with buttons inside toolbar

    When textfield with button is being added the toolbar ads extra space bellow.For example
    <ext:Panel runat="server" ID="pnlGridCrud" Width="600" Height="400" Layout="FitLayout">
                    <TopBar>
                        <ext:Toolbar runat="server">
                            <Items>
                                <ext:TextField runat="server" FieldLabel="Search" Width="200">
                                    <RightButtons>
                                        <ext:Button runat="server" Icon="MagnifierZoomIn"></ext:Button>
                                    </RightButtons>
                                </ext:TextField>
                            </Items>
                        </ext:Toolbar>
                    </TopBar>
                </ext:Panel>
    How to prevent that extra space ??? .The same is not true if textfield is being added without any buttons.
    Attached Thumbnails Click image for larger version. 

Name:	toolbar.PNG 
Views:	71 
Size:	2.2 KB 
ID:	25162  

Similar Threads

  1. [CLOSED] Make toolbar buttons look like regular buttons
    By jchau in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 02, 2015, 5:03 PM
  2. Replies: 7
    Last Post: May 25, 2011, 9:35 AM
  3. Postbacks and validation with toolbar buttons
    By daneel in forum 1.x Help
    Replies: 0
    Last Post: Mar 12, 2010, 2:20 PM
  4. Horizantal Scrolling of Buttons in a Toolbar?
    By yaser82 in forum 1.x Help
    Replies: 0
    Last Post: May 06, 2009, 10:46 AM
  5. Problems with toolbar buttons
    By flaviodamaia in forum 1.x Help
    Replies: 6
    Last Post: Jan 07, 2009, 3:05 PM

Posting Permissions