I was wondering if it's possible to remove the scroll bar but still be able to scroll through what is inside it.
The thing is the the scroll bar moves the icons that I have in the panel.
[img]http://i.imgur.com/aGEqSc0.jpg[/img]
If I remember correctly, you can try using
[CODE]DScrollPanel:EnableVerticalScrollbar( false )[/CODE]
but I dunno, it's not documented on the wiki
Take a look at this: [url]http://www.facepunch.com/showthread.php?t=1254549[/url]
[QUOTE=rejax;41658038]If I remember correctly, you can try using
[CODE]DScrollPanel:EnableVerticalScrollbar( false )[/CODE]
but I dunno, it's not documented on the wiki[/QUOTE]
DScrollPanel doesn't use the because it's automatically added so if I add that I get errors.
"attempt to call method 'EnableVerticalScrollbar' (a nil value) "
[editline]31st July 2013[/editline]
[QUOTE=itkuitkzhji;41658058]Take a look at this: [url]http://www.facepunch.com/showthread.php?t=1254549[/url][/QUOTE]
It worked thank you very much.
Sorry, you need to Log In to post a reply to this thread.