UIScrollView.ScrollRectToVisible(CGRect, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scrolls so that is visible, optionally animating the scroll.
[Foundation.Export("scrollRectToVisible:animated:")]
public virtual void ScrollRectToVisible (CoreGraphics.CGRect rect, bool animated);
abstract member ScrollRectToVisible : CoreGraphics.CGRect * bool -> unit
override this.ScrollRectToVisible : CoreGraphics.CGRect * bool -> unit
Parameters
- rect
- CGRect
- animated
- Boolean
- Attributes