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


GridCellsPanel Class
Panel that renders the cells in a grid according to the properties DisplayRange and Viewport.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("UIView", True)>
Public Class GridCellsPanel 
   Inherits UIKit.UIView
   Implements Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
 
'Usage
 
Dim instance As GridCellsPanel
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Grid.GridCellsPanel

See Also