Class CustomScrollView | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class CustomScrollView

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatelessWidget
    ScrollView
    CustomScrollView
    Inherited Members
    ScrollView.scrollDirection
    ScrollView.reverse
    ScrollView.controller
    ScrollView.primary
    ScrollView.physics
    ScrollView.shrinkWrap
    ScrollView.center
    ScrollView.anchor
    ScrollView.cacheExtent
    ScrollView.dragStartBehavior
    ScrollView.getDirection(BuildContext)
    ScrollView.buildViewport(BuildContext, ViewportOffset, AxisDirection, List<Widget>)
    ScrollView.build(BuildContext)
    ScrollView.debugFillProperties(DiagnosticPropertiesBuilder)
    StatelessWidget.createElement()
    Widget.key
    Widget.toStringShort()
    Widget.canUpdate(Widget, Widget)
    CanonicalMixinDiagnosticableTree.pureWidget
    CanonicalMixinDiagnosticableTree.Equals(Object)
    CanonicalMixinDiagnosticableTree.GetHashCode()
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    DiagnosticableTree.debugDescribeChildren()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.widgets
    Syntax
    public class CustomScrollView : ScrollView

    Constructors

    CustomScrollView(Key, Axis, Boolean, ScrollController, Nullable<Boolean>, ScrollPhysics, Boolean, Key, Single, Nullable<Single>, List<Widget>, DragStartBehavior)

    Declaration
    public CustomScrollView(Key key = null, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController controller = null, bool? primary = default(bool? ), ScrollPhysics physics = null, bool shrinkWrap = false, Key center = null, float anchor = 0F, float? cacheExtent = default(float? ), List<Widget> slivers = null, DragStartBehavior dragStartBehavior = DragStartBehavior.start)
    Parameters
    Type Name Description
    Key key
    Axis scrollDirection
    Boolean reverse
    ScrollController controller
    Nullable<Boolean> primary
    ScrollPhysics physics
    Boolean shrinkWrap
    Key center
    Single anchor
    Nullable<Single> cacheExtent
    List<Widget> slivers
    DragStartBehavior dragStartBehavior

    Fields

    slivers

    Declaration
    public readonly List<Widget> slivers
    Field Value
    Type Description
    List<Widget>

    Methods

    buildSlivers(BuildContext)

    Declaration
    protected override List<Widget> buildSlivers(BuildContext context)
    Parameters
    Type Name Description
    BuildContext context
    Returns
    Type Description
    List<Widget>
    Overrides
    ScrollView.buildSlivers(BuildContext)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023