PDA

View Full Version : hide scroll layout when not needed?


jaydru
11-23-2009, 09:55 PM
anyone know how to hide the scroll bars on a scroll layout when there not needed, ive scene this many times in maya tool option windows but cant quite figure out how, ive done some digging in the scripts/others mel procs but dont seem to be able to figure it out :(

norbertnacu
11-24-2009, 04:51 PM
Hi There,
I think you're talking about this script:

C:/Program Files/Autodesk/Maya2009/scripts/others/toolPropertyWindow1.mel

When you scale that window the scroll bars disappear, and the reason for that is your layout SIZE, when your layout needs more room/space, then the scroll bars get shown (how are you gonna scroll up/down if they're invisible?). I'm not really sure why you want to hide your scroll bars. If you wanna hide your layout/controls check out these flags.


-vis/-visible
-m/-manage


Thank You,
Norbert

CGTalk Moderation
11-24-2009, 04:51 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.