View Single Post
02-13-13, 10:24 AM   #18
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
The scrollframe will clip any part of the child frame that passes its border, but be aware that it still has to draw everything, even if you can't see it. The only frame type I'm not sure will clip are models, but it would be easy enough to test.

Here are some ways I've used scrollframes:




And this is what happens if you try to rotate the scroll parent..


And yes, you can put scrollframes inside of scrollframes.

Last edited by semlar : 02-13-13 at 10:30 AM.
  Reply With Quote