Titan Property ====== Windows.windowId.FixedRows ====== ^ API | ./. | ^ description | number of button rows the window is supposed to show | ^ [[:macros:namespace]] | [[macros:namespace:windows.windowid]] | ^ type | [[:macros:type:int32]] | Strictly this is an element of the respective window. windowId refers to the workspace window as explained in [[macros:identifier:windows]]. This means there are properties like ''Windows.Playbacks.FixedRows'', ''Windows.Colours.FixedRows'' and more == example == ActionScript.SetProperty.Integer("Windows.Playbacks.FixedRows", 12) This sets the playbacks window to always show 12 button rows. == used in == {{backlinks>.}}