C# TextBox Scroll to Cursor Rizwan3d 16:09 Add Comment Rizwan3d To scroll a C# TextBox to the cursor/caret, it’s important that the TextBox is both visible and focused, then call the ScrollToCaret meth... Read More