Version

SuspendRefreshAndPerformAction Method (XamScheduler)

This method performs the specified action after temporarily suspending the refresh of the control layout. Once the action is completed, the control's layout is refreshed and and any changes made inside the action will be reflected in the control's UI. Use this method to improve performance when you need to set multiple properties that affect the control's layout.
Syntax
public void SuspendRefreshAndPerformAction( 
   Action action
)

Parameters

action
The Action to perform while the control's refresh is suspended.
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