Lock scroll position when continuous uitable updates

조회 수: 5 (최근 30일)
Matthew Worker
Matthew Worker 2018년 4월 25일
답변: Walter Roberson 2018년 4월 26일
Hi,
I have a uitable that has a live data subscription that is being refreshed every x seconds. However, if you are scrolling in the table, and it refreshes, it resets the scroll position back to the beginning. How do I keep the scroll position in the same place after the refresh?

채택된 답변

Walter Roberson
Walter Roberson 2018년 4월 26일
This is not possible at the MATLAB level. You might possibly be able to do this by working with the underlying java objects; see http://undocumentedmatlab.com for more information about the underlying objects.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by