Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use the ILayout2 interface. Called when an item is created by a renderer.
Syntax
iLayout.prepareItem(element);
Parameters
element
Type: HTMLElementAn element that represents an item in the data source.
Return value
This method does not return a value.
Remarks
Use this method to apply layout-specific styling to the item.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |