/// Scroll the <see cref="TextBox"/> to the specified line index.
/// </summary>
/// <param name="lineIndex">The line index to scroll to.</param>
/// <exception cref="ArgumentOutOfRangeException"><paramref name="lineIndex"/> is less than zero. -or - <paramref name="lineIndex"/> is larger than or equal to the line count.</exception>