LayoutSynchronizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class which helps ensure that layout happens synchronously based on data model changes. While inside a layout-synchroniziation scope, calling Update will ensure that the updated element will be laid out synchronously. Participating controls should call LayoutSynchronizer.Update when their data model changes.
public ref class LayoutSynchronizer abstract sealed
public ref class LayoutSynchronizer abstract sealed
class LayoutSynchronizer abstract sealed
public static class LayoutSynchronizer
type LayoutSynchronizer = class
Public Class LayoutSynchronizer
- Inheritance
-
LayoutSynchronizer
Properties
IsSynchronizing |
Determines if any IDisposables created from BeginLayoutSynchronization still remain active. |
Methods
BeginLayoutSynchronization() |
Enters a block during which calling Update will force synchronous layout |
Update(Visual) |
Synchronously lays out the given element if synchronization is currently active. |