View Single Post
06/20/17, 09:11 AM   #9
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
ZO_ScrollList is not a wholesome library and ZOS is not a charity. It is merely a tool made for a specific usecase by a company trying to make the most out of their time. It doesn't do anything besides that. If you need extra features, you will need to implement them yourself. That's how it is with almost anything related to ESO addons.

Do you mean the starting position of the scroll list?
If so, you could use
Lua Code:
  1. ZO_Scroll_ScrollAbsoluteInstantly(myScrollList, 100)
to set it to the very bottom.

Last edited by sirinsidiator : 06/20/17 at 09:15 AM. Reason: wrong method name
  Reply With Quote