Hi
I wanna build a Checkboxlist Widget which has static width.
The numbers of checkboxes can change.
So I tried to use a flowpanel.
But when I add Checkboxes which have a label in th flowpanel it looks
very ugly.
Sometimes the label of the checkbox is on the next line.
It looks like the label and the checkbox are arranged not together in
the flowpanel.
So I tried to put a simplepanel around the checkbox. But then the
checkboxes are
among each other.
I wanna have something like this
http://aspnet.4guysfromrolla.com/images/checkboxlist.gif
Any Ideas?