Hi people, i tried to search in this forum and i couldn’t find any good solution. I dont even know why WiseJ doesn’t provide such an easy function. I have a “console” window in my WiseJ, and i need that everytime new text is appended or when i do textbox1.text = “test bla bla bla..” it automatically scroll to the end of the text. How can i do that in WiseJ since ScrollToEnd or ScrollToCarret doesn’t exist as a function.
Thank you all guys.
Hi Males
In addition to that my coworker suggests, I attach a sample for console log using textbox
Regards
Hi Males,
You can use this synthaxe
textBox.Select(int.MaxValue, 0)
Best,
Kevin (ITG)
Please login first to submit.