Inventory System: Scrolling Frame Scaling Help

local scrollingFrame = InventoryInfo.Holder.InventoryFrame.Parent

is same as

local scrollingFrame = InventoryInfo.Holder

is that really what you want?

Have you tried ScrollingFrame.AutomaticCanvasSize = Y?