Back to Home
ESO Function Data v100023
ZO_Scroll_ScrollControlIntoCentralView()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_templates/scrolltemplates.lua:482
--
function ZO_Scroll_ScrollControlIntoCentralView(self, otherControl, scrollInstantly)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/achievements/keyboard/achievements.lua:969
--
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:322
--
ZO_Scroll_ScrollControlIntoCentralView(self.colorPane, self.colorIndexToSwatch[colorIndex])
internalingame/market/gamepad/marketgridscreen_gamepad.lua:708
--
ZO_Scroll_ScrollControlIntoCentralView(self.contentContainer, entryData.control, scrollInstantly)
internalingame/market/keyboard/market_keyboard.lua:1062
--
ZO_Scroll_ScrollControlIntoCentralView(self.marketProductList, marketProductInfo.control, INSTANTLY_SCROLL_TO_CENTER)