View Single Post
07-22-21, 12:26 AM   #3
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
Thanks Fizzlemizz for your code, much better than mine.

However, I still have the same problem and I have to force the slider's thumb to be displayed with:
Lua Code:
  1. slider:SetValue(0)
after the scroll has been updated.
So, it works but I suppose I missed something somewhere (I prefer not to post the entire messy code as it's part of an addon made for testing purpose, trying to understand scroll frame and also trying to make my own scroll design).
__________________
Zax - Addons List, not all maintained.
  Reply With Quote