Controls Margin

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?dmlzdWFsQHNvYXAuY29t?=

    #1

    Controls Margin

    Hi,
    I am new in VB.net 2005

    I have a problem in setting the Controls.Margin .Left ,right, top and bottom
    to zero
    programmaticall y.

    Can some point out how it is done.

    Thanks in advance.

    Regards

  • Andrew Christiansen

    #2
    Re: Controls Margin

    What's wrong with Control.Margin = New Padding(left, top, right, bottom) ?

    - Andrew

    "visual@soap.co m" <visualsoapcom@ discussions.mic rosoft.comwrote in message
    news:380BB489-227F-4DF2-B4AD-5A4803290E7D@mi crosoft.com...
    Hi,
    I am new in VB.net 2005
    >
    I have a problem in setting the Controls.Margin .Left ,right, top and
    bottom
    to zero
    programmaticall y.
    >
    Can some point out how it is done.
    >
    Thanks in advance.
    >
    Regards
    >

    Comment

    Working...