View Single Post
05/06/15, 11:16 AM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,014
If you just want to update the srcoll lists so the icons are shown, and no other stuff needs to be updated to the itemData, you could try:

Lua Code:
  1. ZO_ScrollList_RefreshVisible(inventoryType)

"inventoryType" can be the control name of an ZO scrollist like
Player inventory: ZO_PlayerInventoryBackpack
Bank: ZO_PlayerBankBackpack
Guild Bank: ZO_GuildBankBackpack

Perhaps there is also a ZO_TradingHouseBackpack
or even one for the results list int he trading house. Check the trading house with ZGOO addon or try to check ZO_TradingHouse with ZGOO and look at the children, parent controls if you find a list to update.

Could be: ZO_TradingHouseItemPaneSearchResults
  Reply With Quote