CanScroll Property (Tablix)
In This Topic
Gets or sets a value indicating whether the tablix will have scroll bars when the content size exceeds the defined size of the tablix.
Syntax
'Declaration
Public Property CanScroll As Boolean
public bool CanScroll {get; set;}
Property Value
A
System.Boolean value indicating whether the tablix can scroll.
See Also