J
JezB
I want to auto-size a user control based on RadioButton. How do I do this ?
Currently when AutoSize is true it's sizing the control according to the
base RadioButton class and how big IT thinks it should be - so how do I
override this and set my own size? I want to perform a MeasureString in the
size calculation so I'll need a Graphics object.
Further to this, can I also set the default Location for the control ? If so
how ?
Currently when AutoSize is true it's sizing the control according to the
base RadioButton class and how big IT thinks it should be - so how do I
override this and set my own size? I want to perform a MeasureString in the
size calculation so I'll need a Graphics object.
Further to this, can I also set the default Location for the control ? If so
how ?