- The child components in the container must occupy a larger area than the container can display at one time.
- Components that do not fit in the container must be above or to the right of the container. You cannot scroll to components that are below or to the left of the container.
Scroll bar does not appear in tab group.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have an app which contains a tab group which I need to be scrollable. I have enabled the 'scrollable' property for the tab, but cannot figure out how to get the scrollbar to actually appear. I have tried stretching, shrinking and even just running the code with stuff spilling out the edges to see if it appeared when ran... but with no progress.
I cannot share my real code, but I have attached a simple duplicate which has 'scrollable' enabled and no scroll bar appearing. I would appreciate any guidance that can be offered here.
0 Kommentare
Akzeptierte Antwort
cr
am 5 Dez. 2022
Bearbeitet: cr
am 5 Dez. 2022
According to the documentation:
Setting this property to 'on' enables scrolling within the container. However, there are additional requirements:
I just tested this behaviour and it works as described in R2022b. If it doesnt for you please mention the version and os you are using.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Dialog Boxes finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!