WinArrange

Arranges, tiles, and/or stacks application windows.

Syntax:

WinArrange (style)

Parameters:

(i) style one of the following: @STACK, @TILE (or @ARRANGE), @ROWS, or @COLUMNS.

Returns:

(i) always 1.

 

Use this function to rearrange the open windows on the screen. (Any iconized programs are unaffected.)

If there are more than four open windows and you specify @ROWS, or if there are more than three open windows and you specify @COLUMNS, @TILE will be used instead.

This function works only with top-level (parent) application windows.

Example:


; Reveal all windows
WinArrange(@TILE)

See Also:

WinHide, WinIconize, WinItemize, WinPlace, WinShow, WinZoom