WiseJ ScrollToCarret or ScrollToEnd

0
0

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.

  • You must to post comments
0
0

Hi Males

In addition to that my coworker suggests, I attach a sample for console log using textbox

Regards

 

  • You must to post comments
0
0

Hi Males,

You can use this synthaxe

textBox.Select(int.MaxValue, 0)

Best,

Kevin (ITG)

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.