Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths10%, 15%, 14%, 13%, 48%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

void

Scroll pagebreak

Examples

Code Block
languagetext
// This snippet creates 3 Clips then moves clip_C under clip_A

...


create Clip "clip_A" "clip_B" "clip_C";

...


moveClip clip_C clip_A;

...



// This will move clip_B to the top of the list

...


moveClip clip_B -up;

Additional information

Related commands

...