You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This method requires that the TextEditor was already assigned a size (WPF layout must have run prior).
1126
+
/// </summary>
1127
+
/// <param name="line">Line to scroll to.</param>
1128
+
/// <param name="column">Column to scroll to (important if wrapping is 'on', and for the horizontal scroll position).</param>
1129
+
/// <param name="yPositionMode">The mode how to reference the Y position of the line.</param>
1130
+
/// <param name="referencedVerticalViewPortOffset">Offset from the top of the viewport to where the referenced line/column should be positioned.</param>
1131
+
/// <param name="minimumScrollFraction">The minimum vertical and/or horizontal scroll offset, expressed as fraction of the height or width of the viewport window, respectively.</param>
0 commit comments