Hello,
Thanks for your help in advance.
I'm experiencing an issue with the "RadCollapsiblePanel" not adjusting to the content height when "AutoSize = True".
Below is the page layout structure:
- TableLayoutPanel
- 1 columns (width: 100%)
- 3 rows (height: auto):
- RadCollapsiblePanel
- MyUserControl
- RadCollapsiblePanel
- MyUserControl
- RadCollapsiblePanel
- MyUserControl
- RadCollapsiblePanel
All components have "AutoSize = True" and "Dock = Top".
Collapsibles have "FitToContentHeight = FitToContentHeight" and "Root.StretchVertically = True" but they still don’t seem to fit the content as expected.