RadControls for Silverlight

Subclass of Grid that knows how to freeze certain cells in place when scrolled. Used as the panel for the GridViewRow to hold the header, cells, and details.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.1050

Syntax

C#
public class SelectiveScrollingGrid : Grid
Visual Basic
Public Class SelectiveScrollingGrid _
	Inherits Grid

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          System.Windows.Controls..::..Grid
            Telerik.Windows.Controls.GridView..::..SelectiveScrollingGrid

See Also