Should I be able to set the RowCount and or ColumnCount dynamically in code? It doesn’t seem to work for me.
It appears those properties can only be changed in the Open event handler.
Thanks Paul, I’ll try that. While we’re at it, is there any way to format these radio buttons so that they’re not all scrunched together vertically?
I’m not sure what you mean. Can’t you just resize the control to spread them out?
Doesn’t work. They spread out in the IDE but render in the browser scrunched together vertically no matter the vertical size of the control. I’ve tried it in FireFox 28.0 and Safari 6.1.1. Never used this control before.
I think I see what you mean. It appears it uses a specific height based on the number of rows. I wouldn’t call it “scrunched”, but it certainly does not appear adjustable. You should create a Feedback case for that.
Maybe not “scrunched” but it does get pretty busy, with enough buttons.
I’ll go ahead and file a FeedBack case when I get a chance. Thanks Paul.