Manage button position from Visual Studio design mode

  1. #1

    Manage button position from Visual Studio design mode

    Hi,
    I'm newbie in Ext.Net component!
    I'm trying to move a button on the display of the design mode in Visual Studio 2010: I can move freely a standard button on the screen but I can't move a "Ext.Net button" (I can only move it through the code:
    <ext:Button ID="ButtonExt" runat="server"
    style="position: absolute; z-index: 1; left: 100px; top: 105px; height: 28px; width: 122px"
    Text="Press!" ondirectclick="ButtonExt_DirectClick" />)

    Is not possible to move any Ext.Net element through the design mode?
    Thank's!

    Stefano
  2. #2
    Quote Originally Posted by slonati_adv View Post
    Hi,
    I'm newbie in Ext.Net component!
    I'm trying to move a button on the display of the design mode in Visual Studio 2010: I can move freely a standard button on the screen but I can't move a "Ext.Net button" (I can only move it through the code:
    <ext:Button ID="ButtonExt" runat="server"
    style="position: absolute; z-index: 1; left: 100px; top: 105px; height: 28px; width: 122px"
    Text="Press!" ondirectclick="ButtonExt_DirectClick" />)

    Is not possible to move any Ext.Net element through the design mode?
    Thank's!

    Stefano
    Anyone can help me please?
    Thank's!

    Stefano
  3. #3
    Hello,

    Currently Ext.NET provides only limited Visual Studion Design Time support.

    As well, we would highly recommend not using absolute positioning of Components. We recommend using Layouts to position your Components. You can remove the following config from your Button.

    style="position: absolute; z-index: 1; left: 100px; top: 105px; height: 28px; width: 122px"
    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 0
    Last Post: May 07, 2012, 12:48 PM
  2. Replies: 2
    Last Post: Sep 14, 2011, 8:38 AM
  3. visual studio 2010
    By Pfuentes in forum 1.x Help
    Replies: 2
    Last Post: Sep 09, 2011, 7:16 PM
  4. Replies: 2
    Last Post: Apr 30, 2010, 2:55 AM
  5. Visual Studio hanging in Design Time
    By aldoir in forum 1.x Help
    Replies: 3
    Last Post: Dec 30, 2008, 6:19 PM

Tags for this Thread

Posting Permissions