acess scroll bar location

23 visualizzazioni (ultimi 30 giorni)
nathan blanc
nathan blanc il 11 Apr 2021
Risposto: nathan blanc il 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 Commento
nathan blanc
nathan blanc il 11 Apr 2021
Modificato: nathan blanc il 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

Accedi per commentare.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by