VirtualizedContainerService Class
Represents a virtual container service associated with an editing context and design view. The virtual container service is used to customize the UI virtualization behavior.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | VirtualizedContainerService(EditingContext^) | Creates a new instance of the VirtualizedContainerService class with a specific editing context. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetContainer(ModelItem^, ICompositeView^) | Gets a container and associates it with a specified model item and returns a UI element that represents the association. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetHintSize(Object^) | Attempts to get a value for the Hint Size Name property. |
![]() | GetType() | |
![]() | GetViewElement(ModelItem^, ICompositeView^) | Returns the workflow view element that corresponds to the specified model item. |
![]() | MemberwiseClone() | |
![]() ![]() | SetHintSize(Object^, Object^) | Attempts to set a value for the Hint Size Name property. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | HintSizeName | Provides a XAML type system identifier. |
UI virtualization is used to render only the areas of the designer canvas that are currently in view, making the designer more responsive and less memory consuming. By default, both procedural and flowchart designers are virtualization aware, but if you were to construct a control flow designer that would be larger than an individual screen, that designer could benefit from virtualization.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



