B
BillE
I am using VB.NET, VS 2005
Add a windows form and in design view:
Add a Radiobutton to the windows form
Set AutoSize = True for the radiobutton
Set the MaximumSize width to 90 for the radiobutton
Enter text for the radiobutton which is longer than the default
Run it - the height of the radiobutton does not increase, and the text is
truncated.
If the MaximumSize for the width is not set, then the autosize increase the
width to accommodate the long text, but the height will not increase if the
maximum width is not adequate.
What am I overlooking?
Thanks
Bill
Add a windows form and in design view:
Add a Radiobutton to the windows form
Set AutoSize = True for the radiobutton
Set the MaximumSize width to 90 for the radiobutton
Enter text for the radiobutton which is longer than the default
Run it - the height of the radiobutton does not increase, and the text is
truncated.
If the MaximumSize for the width is not set, then the autosize increase the
width to accommodate the long text, but the height will not increase if the
maximum width is not adequate.
What am I overlooking?
Thanks
Bill