WinJS.UI.ILayoutSite2 interface

Represents a rendering site for an ILayout2.

Members

The ILayoutSite2 interface has these types of members:

  • Properties

Properties

The ILayoutSite2 interface has these properties.

Property Access type Description

groupCount

Read-only

Gets the number of groups in the site.

itemCount

Read/write

Gets the number of items in the site.

realizedRange

Read-only

Gets the pixel range of the realization area.

tree

Read-only

Gets the tree for use by an object that implements the ILayout2 interface.

visibleRange

Read-only

Gets the pixel range of visible items in the site.

 

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI