Issue with Usercontrol and Border Style
Posted
by Ram
on Stack Overflow
See other posts from Stack Overflow
or by Ram
Published on 2010-04-14T10:47:44Z
Indexed on
2010/04/14
12:22 UTC
Read the original article
Hit count: 204
.NET
|usercontrols
Hi,
I have created a user control ( custom data grid view control). I have used the code specified at MSDN [site][1]
[1]: http://support.microsoft.com/kb/316574 to set the border style .
I am able to see the selected border style in designer. Like None, FixedSingle or Fixed3D.
But when I set the border style to FixedSingle, the border does not appear at runtime. Do I need to draw it manually in the OnPaint method?
© Stack Overflow or respective owner