WoW:API ScrollFrame UpdateScrollChildRect: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{wowapi}} + {{Stub/API}})
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}


Updates the Scroll Child Rectangle
Updates the scroll frame's scroll child rectangle.
ScrollFrame:UpdateScrollChildRect()


You need to call this when you change the contents of your ScrollFrame.
 
== Arguments ==
None
 
 
== Returns ==
:nil
 
 
== Details ==
: You need to call this when you change the contents of your ScrollFrame.

Revision as of 15:47, 27 June 2007

WoW API < ScrollFrame UpdateScrollChildRect

Updates the scroll frame's scroll child rectangle.

ScrollFrame:UpdateScrollChildRect()


Arguments

None


Returns

nil


Details

You need to call this when you change the contents of your ScrollFrame.