How to set form shuold be auto scroll top ,I used follwing api but not work frmProductDashboard.flxScrollMain.scrollToTop();

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

@Gvvin Rvndvll​

Please use the following:

frmProductDashboard.flxScrollMain.setContentOffset({x:"0%",y:"0%"}, true); (if you want to auto scroll the flxScrollMain to top).

frmProductDashboard.flxScrollMain.setContentOffset({x:"0%",y:"100%"}, true); (if you want to auto scroll the flxScrollMain to bottom).

it will help you to achieve the above requirement.

Regards

Thanks

You can also call scrollToWidget() method of a FlexScrollContainer

https://docs.kony.com/konylibrary/visualizer/viz_widget_prog_guide/Default.htm#FlexScrollContainer_Methods.htm#scrollTo