Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ScrollingContentVisible Property
Example


In This Topic
    ScrollingContentVisible Property
    In This Topic
    Gets or sets a value that indicates whether to display the scrolling content tip.
    Syntax
    'Declaration
     
    
    Public Property ScrollingContentVisible As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.ScrollingContentVisible = value
     
    value = instance.ScrollingContentVisible
    public bool ScrollingContentVisible {get; set;}

    Property Value

    Boolean: true to display the scrolling content tip; false otherwise
    Remarks
    This property sets whether to display the scrolling content tip that can be displayed on the sheet.
    Example
    This example sets the ScrollingContentVisible property.
    See Also