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)