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.GridViewAssembly: 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
See Also