acess scroll bar location

24 Ansichten (letzte 30 Tage)
nathan blanc
nathan blanc am 11 Apr. 2021
Beantwortet: nathan blanc am 12 Apr. 2021
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 Kommentar
nathan blanc
nathan blanc am 11 Apr. 2021
Bearbeitet: nathan blanc am 11 Apr. 2021
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

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

nathan blanc
nathan blanc am 12 Apr. 2021
I found the answer :) each panel has a hidden property "ScrollableViewportLocation" that gives the location of the scrollbar

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by