WoW API: ScrollFrame UpdateScrollChildRect

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API ScrollFrame UpdateScrollChildRect to API ScrollFrame UpdateScrollChildRect without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < ScrollFrame UpdateScrollChildRect

Updates the scroll frame's scroll child rectangle.

ScrollFrame:UpdateScrollChildRect()


Arguments[edit]

None


Returns[edit]

nil


Details[edit]

You were required to call this when you changed the contents of your ScrollFrame prior to patch 2.3. You no longer need to call it now. If a child frame, texture or fontstring has changed, the scroll parent will automatically recalculate it's scroll rect and dispatch events appropriately.