UITextView.ScrollRangeToVisible(NSRange) 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 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