Vaadin 8 Grid: Missing scroll functionality and APIs

I’m finding a lack of programmatic horizontal scroll control. For example scrollToStart() is not moving the Grid to its leftmost position (my test with frozen columns). And “setScrollLeft(double px)”, present in the Grid API doc for 8.0.3, is apparently absent in the code.

Am I missing something or is the code yet to catch up with the API documentation?

Hi, I got your point. When you check API’s you will notice that these methods are available in Grid client side. In Grid server side class they are not available.

https://vaadin.com/api/8.0.4/com/vaadin/client/widgets/Grid.html#setScrollLeft-double-