C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class
Members


C1ScrollViewer Class
Represents a scrollable area that can contain other visible elements.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("UIScrollView", True)>
Public Class C1ScrollViewer 
   Inherits UIKit.UIScrollView
   Implements IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
 
'Usage
 
Dim instance As C1ScrollViewer
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            UIKit.UIScrollView
               C1.iOS.Core.C1ScrollViewer

See Also