in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

A control next to another one

Last post 9/5/2007 7:11 PM by Mehul Harry (Developer Express). 3 replies.
Page 1 of 1 (4 items)
Sort Posts:
Previous Next
  • 9/5/2007 12:18 AM

    A control next to another one

    With the controls of Windows with giving it doubles click him are put together, so that here no? thanks

  • 9/5/2007 6:22 AM In reply to

    Re: A control next to another one

    Hi Jimmy,

    Unfortunately, I don't understand your question. If you're looking for the WinForms Controls section of the forums, please check under the group that starts with Xtra..

    For example, XtraGrid questions/concerns can be posted here.

    Thanks. 

  • 9/5/2007 10:11 AM In reply to

    Re: A control next to another one

    This it is the example http://tm1.sytes.net:2000/ControlsDevExpress.JPG

    That property change so that they are possible to be put together?

     

  • 9/5/2007 7:11 PM In reply to

    Re: A control next to another one

    Hi Jimmy, 

    If I understand correctly, then you're asking why the ASPxComboBox is not on the same line as the DropDownList? All our ASPx editors are rendered as tables and it's not possible to put 2 tables next to each other unless they're are embedded in another table. You can easily put these 3 ASPxComboBox controls into a table on the same row:

     

        <table>
            <tr>
                <td style="width: 100px">
                    <dxe:ASPxComboBox ID="ASPxComboBox1" runat="server"></dxe:ASPxComboBox>
                </td>
                <td style="width: 100px">
                    <dxe:ASPxComboBox ID="ASPxComboBox2" runat="server"></dxe:ASPxComboBox>
                </td>
                <td style="width: 100px">
                    <dxe:ASPxComboBox ID="ASPxComboBox3" runat="server"></dxe:ASPxComboBox>
                </td>
            </tr>
        </table>
     

    Thanks. 

    Filed under:
Page 1 of 1 (4 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED