Bug in Visual Studio Generating Forms

  • Thread starter Thread starter Dextor
  • Start date Start date
D

Dextor

Has anyone else noticed that if you try to place a control on a form of the
same width, that the control does not completely show up on the form? i.e.
If you have a form with width = 300 and you place a button on the form with
the same width = 300 (and location = 0,0) that the right side of the button
doesn't show up on the form?
 
Dextor said:
[...]
If you have a form with width = 300 and you place
a button on the form with the same width = 300
(and location = 0,0) [...] the right side of the button
doesn't show up on the form?

Standard forms have a thin border which is included in their width. Is this
the problem?

P.
 
Back
Top