synchronize two or more scroll bars (or scroll bars of listboxes)
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello Matlabers
imagine that there are 2 or more scroll bars (or scroll bars of listboxes) and if the user scrolls one of them, then the rest of scroll bars move harmony and synchronize with the scrolled one.
any help i will appreciate it. thanks in advance
댓글 수: 0
답변 (1개)
lokender Rawat
2018년 5월 15일
편집: lokender Rawat
2018년 5월 15일
You can write function callback for this. You can refer the below documentation link on how to write callbacks:
I have attached two sample files for a similar use-case where all the list-boxes move in harmony when you move the slider. You can read few similar MATLAB answers:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!