Olaf Krumnow - 2002-08-19

In java-awt borders fit seamlessly into the layout concept. .NET doesn't even know Border-objects, but instead draws some kind of standard borders around a control. No size information available for these borders, which means, use trial and error to get a size fitting the settings best.
What if MS decides to add more border types with possibly other needs for space?
How about to implement a border system as well for the layout manager system?