Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class
Members


In This Topic
    C1ScrollViewer Class
    In This Topic
    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
    [Foundation.Register("UIScrollView", true)]
    public class C1ScrollViewer : UIKit.UIScrollView, IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    Inheritance Hierarchy

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

    See Also