WoW:API ScrollFrame UpdateScrollChildRect (source)
Revision as of 15:47, 27 June 2007
, 27 June 2007Updated to match the current API boilerplate.
({{wowapi}} + {{Stub/API}}) |
(Updated to match the current API boilerplate.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
Updates the | 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. | |||