I have a grid (layoutroot) of two columns. I have a list of checkboxes in each of these columns. If a checkbox is checked I need to add some text below it. I was unable to find a way to add a textbox below a checkbox dynamically which would not overlap with the checkbox right below it so I thought of adding the text to be added to the CheckBox text and when this text exceeds the width, it should move to a new line.
Now, this is not the case right now. The checkbox trims any text that is larger than its width. Is there are way to let a checkbox grow in height like a "cangrow" property of reports ? Or is there a workaround that would allow me to add a textbox in between two existing checkboxes and expanding the layout vertically ?
Thanks in advance