Version

EnsureContentAlignmentForView Method (CellInfo)

Ensures that the content alignment for the view has been synchronized.
Syntax
public void EnsureContentAlignmentForView( 
   Xamarin.Forms.View view,
   bool forceUpdate
)

Parameters

view
The target view
forceUpdate
Whether the update should be forced regardless of dirty flags.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also