LayoutSynchronizer Members
Include Protected Members
Include Inherited Members
Class which helps ensure that layout happens synchronously based on data model changes. While inside a layout-synchronization 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.
The LayoutSynchronizer type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginLayoutSynchronization | Enters a block during which calling Update will force synchronous layout | |
Update | Synchronously lays out the given element if synchronization is currently active. |
Top
Properties
Name | Description | |
---|---|---|
IsSynchronizing | Determines if any IDisposables created from BeginLayoutSynchronization still remain active. |
Top