Titan Property
| API | ./. |
|---|---|
| description | number of button columns the window is supposed to show |
| Namespaces | Windows.windowId |
| type | Int32 |
Strictly this is an element of the respective window.
windowId refers to the workspace window as explained in Windows. This means there are properties like Windows.Playbacks.FixedColumns, Windows.Colours.FixedColumns and more
<step>ActionScript.SetProperty.Integer("Windows.Playbacks.FixedColumns", 12)</step>
This sets the playbacks window to always show 12 button columns.