UITextView.ScrollRangeToVisible(NSRange) Method

Definition

Scrolls the text view until the range is visible.

[Foundation.Export("scrollRangeToVisible:")]
public virtual void ScrollRangeToVisible (Foundation.NSRange range);
abstract member ScrollRangeToVisible : Foundation.NSRange -> unit
override this.ScrollRangeToVisible : Foundation.NSRange -> unit

Parameters

range
NSRange

The range of text to display.

Attributes

Applies to

See also