다음을 통해 공유


ILayout.layoutHeader method

This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use the ILayout2 interface. Positions the specified header.

Syntax

iLayout.layoutHeader(groupIndex, element);

Parameters

  • groupIndex
    Type: Integer

    The index of the group in the group data source.

  • element
    Type: HTMLElement

    The element to render for the group header.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayout