We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class ScrollablePagination

    Example script of how to navigate a ScrollingObjectCollection by pagination. Allows the call to scroll pagination methods from the inspector.

    Inheritance
    Object
    ScrollablePagination
    Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos
    Assembly: cs.temp.dll.dll
    Syntax
    public class ScrollablePagination : MonoBehaviour

    Properties

    ScrollView

    The ScrollingObjectCollection to navigate.

    Declaration
    public ScrollingObjectCollection ScrollView { get; set; }
    Property Value
    Type Description
    ScrollingObjectCollection

    Methods

    ScrollByTier(Int32)

    Smoothly moves the scroll container a relative number of tiers of cells.

    Declaration
    public void ScrollByTier(int amount)
    Parameters
    Type Name Description
    Int32 amount
    In This Article
    Back to top Generated by DocFX