Hi

I have an usercontrol that upon setting a property will dynamically add controls to itself. This results in a control that varies in height.

I wish to place the control within a datarepeater, however when i do this the user control cannot set its height property - it does not produce an error but just doesn't persist the property.

When the control is repeated only part of it is displayed. I could use a scroll bar on the control but this looks messy.

Any ideas?

Thanks