[WinForms] Check box with Appearance=Button has inconsistent border width
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Just wondering if anyone else has experienced this before. I have a check box with style Appearance:Button (actually it is wrapped in a user control but that isn't relevant here). Two instances of this check box on different panels within the same application are displaying differently: one has the normal 1px control border like real buttons, and on another panel the same control is displaying with a double thickness border. It also seems to be offset by 1px when I try to read its location, or alternatively its painting region is offset by 1px (I'm aligning another control on it and it is not quite lining up).