[]
        
(Showing Draft Content)

C1.WPF.Core.IScrollViewerLargeScrolling

IScrollViewerLargeScrolling Interface

This interface is designed to be used in custom panels that support large dimensions.

Namespace: C1.WPF.Core
Assembly: C1.WPF.Core.dll
Syntax
public interface IScrollViewerLargeScrolling
Remarks

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.

Properties

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.