BonjourServer.UITextViewExtension.ScrollToBottom C# (CSharp) Méthode

ScrollToBottom() public static méthode

public static ScrollToBottom ( this textView ) : void
textView this
Résultat void
        public static void ScrollToBottom (this UITextView textView)
        {
            textView.ScrollRangeToVisible (new NSRange (textView.Text.Length - 1, 1));
        }
    }