Info

This question is closed. Reopen it to edit or answer.

scroll within an uipannel that has multiple checboxes

1 view (last 30 days)
susana
susana on 11 Dec 2017
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello, I'm trying to create a fixed figure that may have multiple check boxes within it. I've created a pannel to aggregate all the check boxes. These check boxes are dependent on the data user is loading into the GUI - so these variables are not fixed. The problem is that when I have lots of variables, user cannot see all of them displayed. I think that the best solution is to use a scroll bar, but I dont know how to build its callback. Attached you can see a piece of code with my problem. Can anyone help me? Best regards, Susana
  1 Comment
Adam
Adam on 11 Dec 2017
Edited: Adam on 11 Dec 2017
Best option is probably to search on file exchange for scrolling panels. I'm pretty sure there are numerous examples there. I wrote my own based on some logic I saw somewhere I forget now because I rarely like 3rd party code for something I want to extend with my own functionality, but if you just want a basic scrolling panel you should be able to get a ready working one off file exchange.

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!