In windows forms I have checkbox list that contains long text, the form is re-sizable..
can I make the text wraps automatically in run-time according to the form width ?
You can by using:
set 'autosize' to 'false'
change the width of 'MaximumSize' to the label width you want, say '70'
change the height of 'MinimumSize' to the label height you want, say '30'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With