I put a TableLayoutPanel inside a XtraScrollableControl. The table has one column and a growing number of rows determined at runtime. When the number of rows causes the height of the table to exceed the visible height of the XtraScrollableControl, no scroll bars appear. AutoScroll is True.
Why am I not getting a vertical scroll bar?
XtraScrollableControl doesn't show scroll bars
Answers approved by DevExpress Support
Hello Brandon,
This issue may be caused by the fact that the height of TableLayoutPanel is not changed when you add a new row. If you don't change TableLayoutPanel's size manually, please make sure that the Panel.AutoSize property is set to true. I've created a sample project and XtraScrollableControl operates as expected on my side. I've attached a video to demonstrate this. Please check if the panel's height is increased and let us know your results.