I am creating a control that contains multiple controls within it. One of the child controls is a simple lable that I have set to 'inherit' the Text property of the main control through proper get/set activity on the parent. All that is fine and well, but the content of the label control ends up getting really weird spacing the further to the right the text goes. I uploaded an image and link to it here. In the image you can see how 'information' looks different in the second instance vs the first on any single line. Any ideas

Spacing difference in a label
Vishwas Lele
_SteveH_
Krispi
RyanT5000
What .NET version are you using If it's 1.1 try setting FlatStyle property to System or make the label wider, maybe it helps.