C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class
Members


GridCellsPanel Class
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
Inheritance Hierarchy

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

See Also