Back to Home
ESO Function Data v100022
ZO_Scroll_ScrollControlIntoCentralView()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_templates/scrolltemplates.lua:447
--
function ZO_Scroll_ScrollControlIntoCentralView(self, otherControl, scrollInstantly)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/achievements/keyboard/achievements.lua:965
--
ZO_Scroll_ScrollControlIntoCentralView(self.contentList, self.achievementsById[self.queuedScrollToAchievement]:GetControl())
ingame/dyeing/keyboard/dyeing_keyboard.lua:375
--
ZO_Scroll_ScrollControlIntoCentralView(self.pane, swatchObject.control)
ingame/guild/guildheraldry_shared.lua:334
--
ZO_Scroll_ScrollControlIntoCentralView(self.colorPane, self.colorIndexToSwatch[colorIndex])
internalingame/market/gamepad/marketgridscreen_gamepad.lua:704
--
ZO_Scroll_ScrollControlIntoCentralView(self.contentContainer, entryData.control, scrollInstantly)
internalingame/market/keyboard/market_keyboard.lua:1014
--
ZO_Scroll_ScrollControlIntoCentralView(self.marketProductList, marketProductInfo.control, INSTANTLY_SCROLL_TO_CENTER)