What way the GUI.BeginScrollView can be customized?

How can I customize the GUI.BeginScrollView. For example I don’t like the big scroll appearance. Also, is it possible to swipe the gui up/down left/right with the finger touch anywhere within the scrollview :?:

Check out the GUISkins setting you apply to the GUI when using it. thats where you commonly define the properties.

The gui has no iphone specific stuff like swipe. if you would to use this kind of stuff you need to create your own “gadgets” that will behave accordingly depending on the userinput

GUI.BeginScrollView takes scrollPosition as a parameter, so while swiping I can set it appropriately :idea: