question about resizing form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dunkonu

    #1

    question about resizing form

    I am trying to create a form that if the form is manually resized, the
    textbox will get resized proportionally to the form.

    thank
  • Rakesh Rajan

    #2
    RE: question about resizing form

    Hi,

    I guess you are looking for Anchoring.

    Use your textbox's Anchor property to 'anchor' the control to the parent's
    edge. When the parent is resized, the control will get resized automatically.

    HTH,
    Rakesh Rajan


    "dunkonu" wrote:
    [color=blue]
    > I am trying to create a form that if the form is manually resized, the
    > textbox will get resized proportionally to the form.
    >
    > thank
    >[/color]

    Comment

    Working...