View Single Post
05-20-21, 07:26 AM   #11
jeruku
A Cobalt Mageweaver
 
jeruku's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 223
SetClipsChildren

If memory serves you may need to include SetClipsChildren(bool).

Lua Code:
  1. tab.ItemScrollFrame:SetClipsChildren(true)
__________________
"I have not failed, I simply found 10,000 ways that did not work." - Thomas Edison
  Reply With Quote