Windows Develop Bookmark and Share   
 index > Windows Forms General > Checkbox with long text property
 

Checkbox with long text property

I have a checkbox with a long text property (a sentence) and I cannot figure out how to make the text go multi-line.

Any help? Thanks.

pwomack  Monday, October 22, 2007 7:38 PM
by default, Autosize is set to true for the checkbox conrol,
If you set the Autosize property to false, you should be able to set the size as rewuired (i.e. change the height etc)
km9  Monday, October 22, 2007 9:20 PM
by default, Autosize is set to true for the checkbox conrol,
If you set the Autosize property to false, you should be able to set the size as rewuired (i.e. change the height etc)
km9  Monday, October 22, 2007 9:20 PM

You can use google to search for other answers

Custom Search

More Threads

• Enter key on message box confused with enter key in form
• DataGridView & Printing
• Problem - Creating Circle in Picture Box
• Run WinForm from WebForm
• Missing events in DataGridView like OnKeyPress
• ReadOnly TextBox
• How to Remove Close box?
• Link a Treeview with textBox
• Control.Controls Style Collection Property
• app config on network drive