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. |
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