RadGrid for ASP.NET

RadGrid Send comments on this topic.
AllowScroll Property
See Also 
Telerik.WebControls Namespace > GridScrolling Class : AllowScroll Property


Gets or sets a value indicating whether scrolling will be enabled in Telerik RadGrid.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

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

Return Value

true, if scrolling is enabled, otherwise false (the default value).

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also