Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ScrollingMode Enum

    Namespace: Stride.UI
    Assembly: Stride.UI.dll

    The different ways of scrolling in a ScrollViewer.

    public enum ScrollingMode

    Fields

    Name Description
    Horizontal

    Only horizontal scrolling is allowed.

    HorizontalVertical

    Both horizontal and vertical scrolling are allowed.

    InDepth

    Only in depth (back/front) scrolling is allowed.

    InDepthHorizontal

    Both in-depth and horizontal scrolling are allowed.

    None

    No scrolling is allowed.

    Vertical

    Only vertical scrolling is allowed.

    VerticalInDepth

    Both vertical and in-depth scrolling are allowed.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<ScrollingMode>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<ScrollingMode>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation