Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Resizing Control

    I've created a web server control and have created a designer class to give
    it design time appearance, but whenever I place the control on a web form, I
    can't resize it at all.

    Does anyone know how I can allow my control to be resized ?

    Regards,

    CJ


    cj Guest

  2. Similar Questions and Discussions

    1. Programmatically resizing a web custom control at design time
      I have written a simple web custom control. The control however also acts as some place holder (could be a banner, picture or whatever). The control...
    2. Web resizing help!!!!!!!!
      I have a really "rookie" question to ask I'm trying to size a picture on photoshop (its a scan from a kodak cd) to thumbnail size for the web. The...
    3. Composite control and resizing
      I'm a little new to Web Forms, and building web form controls: I am trying to build a simple composite web form control. It contains a Label,...
    4. Resizing
      Hey, Does anybody know of a script or an extension that makes it so that when the window is resized the background in the main frame is resized...
    5. Using Table control in a custom composite control. Control does not render properly in design time.
      All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control...
  3. #2

    Default Re: Resizing Control

    Hi,

    override the AllowResize property (ControlDesigner) and return true.

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

  4. #3

    Default Re: Resizing Control

    Thanks Natty

    I can't believe that never occurred to me....although with all the ViewState
    issues I've had I think my brain is melting.

    CJ

    "Natty Gur" <natty@dao2com.com> wrote in message
    news:eYhfAGaUDHA.580@TK2MSFTNGP09.phx.gbl...
    > Hi,
    >
    > override the AllowResize property (ControlDesigner) and return true.
    >
    > Natty Gur, CTO
    > Dao2Com Ltd.
    > 28th Baruch Hirsch st. Bnei-Brak
    > Israel , 51114
    >
    > Phone Numbers:
    > Office: +972-(0)3-5786668
    > Fax: +972-(0)3-5703475
    > Mobile: +972-(0)58-888377
    >
    > Know the overall picture
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    cj Guest

  5. #4

    Default Re: Resizing Control

    Sorry Natty
    I spoke too soon. I tried that and I still can't resize it at design time.

    Any other ideas ?

    CJ

    "Natty Gur" <natty@dao2com.com> wrote in message
    news:eYhfAGaUDHA.580@TK2MSFTNGP09.phx.gbl...
    > Hi,
    >
    > override the AllowResize property (ControlDesigner) and return true.
    >
    > Natty Gur, CTO
    > Dao2Com Ltd.
    > 28th Baruch Hirsch st. Bnei-Brak
    > Israel , 51114
    >
    > Phone Numbers:
    > Office: +972-(0)3-5786668
    > Fax: +972-(0)3-5703475
    > Mobile: +972-(0)58-888377
    >
    > Know the overall picture
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    cj Guest

  6. #5

    Default Re: Resizing Control

    Hi,

    send me your e-mail ill send you custom grid control that enable
    resizing using AllowResize property (spamNatty@dao2com.com).

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139