ClanceysLib.ScrollViewWithHeader.ScrollContents C# (CSharp) Method

ScrollContents() public method

public ScrollContents ( RectangleF visibleRect, bool animate ) : void
visibleRect System.Drawing.RectangleF
animate bool
return void
        public void ScrollContents(RectangleF visibleRect, bool animate)
        {
            _mainContent.ScrollRectToVisible(visibleRect, animate);
        }