I want to make a slideable (Spelling is correct?) panel without showing any scrollbars in Unity UI. It’s the type of slideable panels where the user would drag with the mouse left, right, up, or down, where the scrollbars will not show up or appear when the panels are moving.
It’s like the slideable menu taskbar in Blender, where the user would hold down the mouse wheel to pan the taskbar left or right. The menu taskbar is located where you would choose your mesh’s Material or do some World properties setting modifications, usually located on the user’s right hand side. That taskbar doesn’t have any scrollbars, and I liked for that simplicity to be in the Unity UI.
If Unity UI doesn’t support slideable panels without scrollbars showing up, is there a way I can make the scrollbar be as thin as possible? Around 1 to 2 pixels thick (tall for horizontal, wide for vertical)?
The ScrollView will give you that. If you want a more applied way of implementing it, then check out the 3 ScrollSnap controls in the UI Extensions project (link in sig)
i found that disabling the Image component on the the scroll bars worked for me, they still scroll but the scroll bars are invisible, if nothing else works