CheckboxList\LabelWidth

  • Thread starter Thread starter gh
  • Start date Start date
G

gh

I am using .net v1.1. I have a checkboxlist control that is populated
from a datasource. The label for each checkbox varies in length and
some of them wrap. How can I set the width for the checkbox labels, to
allow for longer text without wrapping?

TIA
 
gh said:
I am using .net v1.1. I have a checkboxlist control that is populated
from a datasource. The label for each checkbox varies in length and
some of them wrap. How can I set the width for the checkbox labels,
to allow for longer text without wrapping?

TIA

Set the width of the checkboxlist control.
 
Back
Top