Enum VirtualisationType
public enum VirtualisationType
- Extension Methods
Fields
Disabled = 0Visible parent bounds are not accounted for, children are rendred as usual.
Enabled = 1Children not withing visible parent bounds are not rendered
Managed = 3Parent is responsible for providing visible viewport for this control via GetVisibleViewport, will not check intersection with this control DrawingRect.
Smart = 2Only the creation of a cached object is permitted for children not within visible parent bounds