Hello Philip,
I understand that you are facing an issue with obtaining a scrollbar to one of the tabs in your application.
As you have mentioned that you have set the "Scrollable" property of both the tab and the grid layout to "True". The behaviour of the "Scrollable" property of the Grid Layout in MATLAB App Designer works differently. In order to scroll, the following conditions must be met:
- The sum of the values specified for the 'RowHeight' property of the grid layout manager must be larger than the height of the parent container.
- The sum of the values specified for the 'ColumnWidth' property of the grid layout manager must be larger than the width of the parent container.
- At least one row or column of the grid layout manager must be set to a fixed pixel height or width.
- The grid layout manager must contain components.
For more information on the properties of "Grid Layout", refer to the following documentation link:
I hope this helped!
Regards,
Nivedita.