Skip to content

Replies

0
Polar
Polar answered on Oct 2, 2008 9:12 PM

Everything works great Mike, but now when I'm trying to style the button it tells me that ButtonStyle is read-only.

buttonElement1.ButtonStyle = UIElementButtonStyle.Borderless;

0
Polar
Polar answered on Oct 1, 2008 10:13 PM

Mike,

How do I go about dynamically controlling the number of boxes based on a child collection? I'm pretty sure I need to do it in the InitializeRow event and access the child collection and loop the button creation code.

Thanks

0
Polar
Polar answered on Sep 30, 2008 4:36 PM

Wow. This is great Mike. Thank You.

0
Polar
Polar answered on Sep 26, 2008 9:43 PM

Thanks for the reply. I have seen that post and I it seems that it is only possible to add buttons on the left or right. I want each button to fill the width of the cell and add them in a top/bottom fashion.