Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadView Class / ScrollBarTrackPolicy Property


In This Topic
    ScrollBarTrackPolicy Property (SpreadView)
    In This Topic
    Gets or sets whether the sheet in the control scrolls when the user moves the scroll box.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ScrollBarTrackPolicy As ScrollBarTrackPolicy
    'Usage
     
    Dim instance As SpreadView
    Dim value As ScrollBarTrackPolicy
     
    instance.ScrollBarTrackPolicy = value
     
    value = instance.ScrollBarTrackPolicy
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ScrollBarTrackPolicy ScrollBarTrackPolicy {get; set;}

    Property Value

    The scroll bar track policy.
    See Also