ClanceysLib.ScrollViewWithHeader.ScrollViewWithHeader C# (CSharp) Method

ScrollViewWithHeader() public method

public ScrollViewWithHeader ( RectangleF rect, UIView header, UIView content, bool enableZoom ) : System
rect System.Drawing.RectangleF
header UIView
content UIView
enableZoom bool
return System
        public ScrollViewWithHeader(RectangleF rect, UIView header, UIView content, bool enableZoom)
            : base(rect)
        {
            SetupController(rect, header, null, content, enableZoom);
        }

Same methods

ScrollViewWithHeader::ScrollViewWithHeader ( IntPtr handle ) : System
ScrollViewWithHeader::ScrollViewWithHeader ( RectangleF rect, UIView header, UIView rowHeader, UIView content, bool enableZoom ) : System