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


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