Share via


Windows Media Player 11 SDK PLAYLIST.setColumnResizeMode 

Windows Media Player SDK banner art

Previous Next

PLAYLIST.setColumnResizeMode

The setColumnResizeMode method specifies how the indexed column sizes itself.

Syntax

  

Parameters

column

Number (long) indicating the index of the column to be changed.

mode

String indicating the sizing mode. Contains one of the following values.

Value Description
AutosizeHeader The column resizes to accommodate all data in both the column and the header.
AutosizeData The column resizes to accommodate all data in the column only.
Fixed The column is a fixed size.
Stretches The column resizes to use the remaining space in the PLAYLIST element after all other columns are resized.

Return Values

This method does not return a value.

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next