Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / IScollViewerLargeScrolling Interface
Members

In This Topic
    IScollViewerLargeScrolling Interface
    In This Topic
    This interface is designed to be used in custom panels that support large dimensions.
    Object Model
    IScollViewerLargeScrolling InterfaceC1Point Structure
    Syntax
    'Declaration
     
    
    Public Interface IScollViewerLargeScrolling 
    public interface IScollViewerLargeScrolling 
    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.
    See Also