Class: SmartListLayout

WinJSContrib.UI. SmartListLayout

new SmartListLayout(element, options)

Control to set ListView layout based on media queries

Parameters:
Name Type Description
element HTMLElement

DOM element containing the control

options Object
Source:
Example
{@lang xml}

Members

<static> listView :WinJS.UI.ListView

listview target by smart layout

Type:
  • WinJS.UI.ListView
Source:

Methods

<static> add(layout)

add a layout declaration

Parameters:
Name Type Description
layout Object

layout declaration

Source: