WoW:UIOBJECT ScrollFrame: Difference between revisions
Jump to navigation
Jump to search
m (Grammar) |
No edit summary |
||
Line 5: | Line 5: | ||
Scroll frames are good for scrolling large portions of text, or a large [[UIOBJECT EditBox|EditBox]] | Scroll frames are good for scrolling large portions of text, or a large [[UIOBJECT EditBox|EditBox]]. |
Revision as of 13:43, 24 December 2008
In many cases, ScrollFrames, and in particular the FrameXML-defined FauxScrollFrame, does more than you need. If all you are trying to accomplish is offsetting a list in an array of buttons/fontstrings, as is often the case, all you really need is a Slider. ScrollFrames are for smooth pixel-by-pixel scrolling of a complete frame that is only partially visible.
Scroll frames are good for scrolling large portions of text, or a large EditBox.