I'm developing a custom control inherited from GroupBox class.
I need to change bounds used by components when they are docking inside the GroupBox (it seems there's an offset value, 13, on the top docking).
Requires Free Membership to View
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.
Hannah Smalltree, Editorial DirectorHere is a suggestion: Download Reflector from http:// www.aisto.com/roeder. Browse to the GroupBox class, and take a look at the code in the OnPaint method (it automatically decompiles the IL to C#, VB.NET and other languages). I can't see any fixed offset used in there. You can override that method and use the public GroupBoxRenderer class to pass different bounds and experiment.
This was first published in July 2005