DataGridScrollViewer Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace : DataGridScrollViewer Class

Represents a scrollable area of a DataGridControl object that can contain other visible elements.

Syntax

Visual Basic (Declaration) 
Public Class DataGridScrollViewer 
   Inherits ScrollViewer
   Implements ISupportInitializeIFrameworkInputElementIInputElementIAddChildIHaveResourcesIAnimatableDUCE.IResource 

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.ScrollViewer
                           Xceed.Wpf.DataGrid.Views.DataGridScrollViewer
                              Xceed.Wpf.DataGrid.Views.CardViewScrollViewer
                              Xceed.Wpf.DataGrid.Views.TableViewScrollViewer

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also