[]
This interface is designed to be used in custom panels that support large dimensions.
public interface IScrollViewerLargeScrolling
When this interface is implemented, C1ScrollViewer will account for the invisible area and set Offset property in the custom panel, the panel must take this position and lay out its children relatively from it. This way the position of its elements will be closer to zero and will avoid rendering issues with large positions.
Name | Description |
---|---|
ExtentHeight | Gets the height of the element. |
ExtentWidth | Gets the width of the element. |
Offset | Gets or sets how much the C1ScrollViewer displaced the element. |