ActiveReports.Viewer3 Request technical support
Scrollable Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property Scrollable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TOCTree
Dim value As Boolean
 
instance.Scrollable = value
 
value = instance.Scrollable
C# 
public bool Scrollable {get; set;}

See Also