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

    Class BoxScrollView

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatelessWidget
    ScrollView
    BoxScrollView
    GridView
    ListView
    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)
    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 abstract class BoxScrollView : ScrollView

    Constructors

    BoxScrollView(Key, Axis, Boolean, ScrollController, Nullable<Boolean>, ScrollPhysics, Boolean, EdgeInsets, Nullable<Single>, DragStartBehavior)

    Declaration
    public BoxScrollView(Key key = null, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController controller = null, bool? primary = default(bool? ), ScrollPhysics physics = null, bool shrinkWrap = false, EdgeInsets padding = null, float? cacheExtent = default(float? ), DragStartBehavior dragStartBehavior = DragStartBehavior.start)
    Parameters
    Type Name Description
    Key key
    Axis scrollDirection
    Boolean reverse
    ScrollController controller
    Nullable<Boolean> primary
    ScrollPhysics physics
    Boolean shrinkWrap
    EdgeInsets padding
    Nullable<Single> cacheExtent
    DragStartBehavior dragStartBehavior

    Fields

    padding

    Declaration
    public readonly EdgeInsets padding
    Field Value
    Type Description
    EdgeInsets

    Methods

    buildChildLayout(BuildContext)

    Declaration
    protected abstract Widget buildChildLayout(BuildContext context)
    Parameters
    Type Name Description
    BuildContext context
    Returns
    Type Description
    Widget

    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)

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder properties
    Overrides
    ScrollView.debugFillProperties(DiagnosticPropertiesBuilder)
    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