FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlPanel Class
Members

In This Topic
    GridControlPanel Class
    In This Topic
    Panel that renders the cells in a grid according to the properties DisplayRange and Viewport.
    Object Model
    GridControlPanel Class
    Syntax
    'Declaration
     
    Public Class GridControlPanel 
       Inherits System.Windows.Controls.Panel
       Implements C1.WPF.Core.IScollViewerLargeScrolling 
    public class GridControlPanel : System.Windows.Controls.Panel, C1.WPF.Core.IScollViewerLargeScrolling  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         C1.WPF.Grid.GridControlPanel

    See Also