-1

It does not seem to work.

self.scrollIntoView()

-> this is OK, element is on top and scroll is done

self.scrollIntoView(False)

-> same behaviour as previous, but should be displayed downwards

self.scrollIntoView({'block':'end'})

-> not as expected. How is is supposed to be called ?

This is more a brython question than a scrollIntoView question.

Au secours !

1

0

Browse other questions tagged or ask your own question.