View Single Post
12-08-20, 01:22 AM   #4
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
I recently used this tutorial and it works:
https://wow.gamepedia.com/Making_a_s...lFrameTemplate

Though I had to replace:
Code:
FauxScrollFrame_Update(MyModScrollBar,50,5,16);
with
Code:
FauxScrollFrame_Update(MyModScrollBar,50,5,16, nil, nil, nil, nil, nil, nil, true);
  Reply With Quote