menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct NativeScroll.SCROLLINFO - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct NativeScroll.SCROLLINFO

    Contains the information about the scrollbar parameters that are set by using SetScrollInfo method.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.WinForms.Core
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public struct SCROLLINFO

    Fields

    CbSize

    The size of the scroll info.

    Declaration
    public int CbSize
    Field Value
    Type
    System.Int32

    FMask

    The mask value of the scroll info.

    Declaration
    public int FMask
    Field Value
    Type
    System.Int32

    NMax

    Specifies the maximum scrolling position.

    Declaration
    public int NMax
    Field Value
    Type
    System.Int32

    NMin

    Specifies the minimum scrolling position.

    Declaration
    public int NMin
    Field Value
    Type
    System.Int32

    NPage

    The nPage member contains the page size for a proportional scroll bar.

    Declaration
    public int NPage
    Field Value
    Type
    System.Int32

    NPos

    This contains the scroll box position, which is not updated while the user drags the scroll box.

    Declaration
    public int NPos
    Field Value
    Type
    System.Int32

    NTrackPos

    This contains the current position of the scroll box while the user is dragging it.

    Declaration
    public int NTrackPos
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved