How textbox scroll cursor to bottom?
Erel B4X founder Staff member Licensed User Longtime User Oct 24, 2008 #2 B4X: TextBox.SelectionStart= StrLength(TextBox.Text) TextBox.ScrollToCaret
T taky New Member Licensed User Oct 25, 2008 #3 Erel said: B4X: TextBox.SelectionStart= StrLength(TextBox.Text) TextBox.ScrollToCaret Click to expand... Thank's. Now my problem is solved.
Erel said: B4X: TextBox.SelectionStart= StrLength(TextBox.Text) TextBox.ScrollToCaret Click to expand... Thank's. Now my problem is solved.