[SOLVED] AutoScrollPosition is not working

Answered Closed
0
0

Hi!

I am trying to set AutoScrollPosition, but it is not working. May you help me, please?

Note: Sample attached.

Thanks,
Ulisses.

  • You must to post comments
Best Answer
0
0

We don’t support the AutoScrollPosition property at runtime, only at design time. It is explicitly hidden from the code editor and set to always return Point.Empty.

  • Ulisses
    Luca, is there any way to set it (eg. javascript)? Thanks.
  • Luca (ITG)
    Depends on the container widget, You can try form1,Call(“setScrollY”, 10); There should also be setScrollX. You can see all the properties and methods using Chrome (F12, dev tools) then type App.Window1. (your app’s object model is all available in JavaScript under App.)
  • Ulisses
    Perfect, Luca! Thank you so much!
  • You must to post comments
Showing 1 result