Hi all,
I need to save the scroll position of a propertyGrid. Following your docs I tried various ways with no luck, as you can see in the fiddle
http://ift.tt/1y9A2OF
- propertyGrid::getScrool[X,Y] do always return 0 even when the grid have been scrolled. A brief look at your code while debugging my project (using ExtJS 5.1.0) suggests this happens because they call getScrollable() which returns null, despite having set scrollable: true in the propertyGrid configuration (line 8)
- getScrollable, according to http://ift.tt/1OflOzS should return a scrollable object, but the method does not exist. Notice that in my project (ExtJS 5.1.0) the function exists and returns null, as said above.
- passing through grid's el.getScroll() do always returns {"left":0,"top":0}
- getScroll[Top,Left] do always return 0 as well, as aspected since they internally call the function above.
Am I missing something? Any suggestions?
Thanks
I need to save the scroll position of a propertyGrid. Following your docs I tried various ways with no luck, as you can see in the fiddle
http://ift.tt/1y9A2OF
- propertyGrid::getScrool[X,Y] do always return 0 even when the grid have been scrolled. A brief look at your code while debugging my project (using ExtJS 5.1.0) suggests this happens because they call getScrollable() which returns null, despite having set scrollable: true in the propertyGrid configuration (line 8)
- getScrollable, according to http://ift.tt/1OflOzS should return a scrollable object, but the method does not exist. Notice that in my project (ExtJS 5.1.0) the function exists and returns null, as said above.
- passing through grid's el.getScroll() do always returns {"left":0,"top":0}
- getScroll[Top,Left] do always return 0 as well, as aspected since they internally call the function above.
Am I missing something? Any suggestions?
Thanks
PropertyGrid Scroll
Aucun commentaire:
Enregistrer un commentaire