Using VS2012 to build a Winforms.net 4.0 app with three Label controls in a FlowLayoutPanel. Like so:
[ lastname , firstname ]
Padding and Margins on all three Label controls and the FlowLayoutPanel itself are all set to : 0.
But instead of it rendering "Smith,John"
It renders " Smith , John "
Where's the extra padding/white space coming from?