I'm working on a rollout that's getting mighty tall. Is it possible to split a rollout into two or more columns? Many thanks. |
If you envision a floater that works like the Command panel when expanded into multiple columns, it could be possible to hack (see 3. below) but it is a poor solution.
If your rollout is getting too long, you have several options:
1. Use a Rollout Floater instead of a Dialog so you can scroll your rollout inside it
2. Use a Rollout Floater and split the one Rollout you used as dialog into multiple Rollouts so you can collapse/expand them.
3. Use a Dialog with one or two sub-rollouts to place one or more rollouts inside them.This would look a lot like two-column layour, but would lack the built-in logic for showing a rollout in the second column if the first one is too long.
4. Just make your Dialog wider and reposition all controls into groups or something. See the "Customize UI>Quads>Advanced Options..." dialog, a MAXScript that John Burnett wrote back in Max 4. My initial version of that same dialog used to be rather tall, his update made it wider and much more useful.