I have a label whose AutoSize Property is set to true. It's size inside the IDE is {64, 13}. It's size at runtime is {64, 18}. I do not have any code that is changing is Size property or it's AutoSize property.

I am wondering why this is happening? Also, if anybody else has had this problem and knows how to fix it?

A similar inquery. Is there a way if I could check the height of the text in the label then change it's height based on that. I know there is a MeasureString function, but from what I have read it only gets the width of the text based on it's font.

Thanks, Troy