RadGrid for ASP.NET

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


Gets or sets a value specifying the grid height in pixels (px) beyond which the scrolling will be enabled.   

 

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

Syntax

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

Return Value

the default value is 300px

Requirements

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

See Also