FlipView.forceLayout method

This topic has not yet been rated - Rate this topic

Forces the FlipView to update its layout. Use this function when making the FlipView visible again after its style.display property had been set to "none".

Syntax


flipView.forceLayout();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

When you set the style.display property of a FlipView or its parent elements to none, the app discards layout information about those elements. When you change the value of the display property back to a style that makes everything visible again, the app will layout all the elements, but the FlipView won't receive information about the current layout and will have an invalid layout. You can fix the issue by calling this function when you make the FlipView visible again.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

Library

Ui.js

See also

FlipView
display

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.