acess scroll bar location

조회 수: 23 (최근 30일)
nathan blanc
nathan blanc 2021년 4월 11일
답변: nathan blanc 2021년 4월 12일
Hello.
In a nutshell, I want to be able to access the current location of the scrollbar in a scrollable uipanel. I know that I can set it by using the "scroll" function but not sure how to "get" it. I also assume this can be done by adding a scroll callback function but i dont think this is possible in a panel. would be thankful for any assistance. details follow in the first comment
  댓글 수: 1
nathan blanc
nathan blanc 2021년 4월 11일
편집: nathan blanc 2021년 4월 11일
Details: I am working on an app with several panels, with a drag and drop functionality. For example, if you drag on the right side of this panel it should do this and that, if you drag in the left side of this panel you should do this, etc.
the problem is that one of the panels is scrollable, and the location of the mouse is known relatively to the screen or window, not the panel itself. so now if I drag into a location on the scrollable panel I get wrong coordinates. this could be solved by subtracting the location of the scrollbar from my calculation but I don't know how to access it.
Nathan

댓글을 달려면 로그인하십시오.

채택된 답변

nathan blanc
nathan blanc 2021년 4월 12일
I found the answer :) each panel has a hidden property "ScrollableViewportLocation" that gives the location of the scrollbar

추가 답변 (0개)

카테고리

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

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by