Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class
Members


In This Topic
    GridCellsPanel Class
    In This Topic
    Panel that renders the cells in a grid according to the properties DisplayRange and Viewport.
    Object Model
    GridCellsPanel ClassGridCellFactoryBase ClassGridBase ClassGridMergeManagerBase Class
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("android/view/ViewGroup", 
       DoNotGenerateAcw=True, 
       ApiSince=1)>
    Public Class GridCellsPanel 
       Inherits Android.Views.ViewGroup
       Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, Java.Interop.IJavaPeerable 
    'Usage
     
    
    Dim instance As GridCellsPanel
    [Android.Runtime.Register("android/view/ViewGroup", 
       DoNotGenerateAcw=true, 
       ApiSince=1)]
    public class GridCellsPanel : Android.Views.ViewGroup, Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, Java.Interop.IJavaPeerable  
    Inheritance Hierarchy

    System.Object
       Java.Lang.Object
          Android.Views.View
             Android.Views.ViewGroup
                C1.Android.Grid.GridCellsPanel

    See Also