I have a collection of RichTextEdit's that I want to appear on a form, I want each RichTextEdit to be in it's own expandable window. The text boxes could contain 1 line of text, several lines of text or no text at all. Therefore I want to autosize the textboxes based on the size of their content, I am doing this successfully using your autosize functionality. The problem I am then having is that the textboxes then appear outside of the bounds of the expandable layoutControlGroup that they are contained within. I am not sure a layoutControlGroup is the best control for this purpose, if it isn't could you suggest a control that would be better suited. Finally when the controls are larger than the size of the form, I would like a scroll bar to appear, at the moment it is not possible for the controls to get larger than the size of the form.
I have attached a sample to illustrate this