Clear Filters
Clear Filters

keep a firm column in scrolling

1 view (last 30 days)
aldo
aldo on 2 Nov 2023
Commented: aldo on 5 Nov 2023
i've this table in app designer
while I scroll the table I would like to keep a column still

Accepted Answer

Matt J
Matt J on 3 Nov 2023
Perhaps put the still-column in its own separate table, but position them side-by-side so that they look like just one table.
  7 Comments
Matt J
Matt J on 5 Nov 2023
Edited: Matt J on 5 Nov 2023
If these are just row labels, they shouldn't be given as column data. You should probably go back to a single table and set its RowNames property,
aldo
aldo on 5 Nov 2023
thanks...the result is good!

Sign in to comment.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!