I am using this console for an output log but after clicking another control auto-scroll stops working as intended also Console.WriteOutput will insert anywhere the mouse is clicked. Not sure if this is intended but I would like to disable.
Nevermind looks like this is just because this control is basically a richtextbox which behaves the same way.
Can be solved using ScrollToCaret(); in console output event
I am using this console for an output log but after clicking another control auto-scroll stops working as intended also Console.WriteOutput will insert anywhere the mouse is clicked. Not sure if this is intended but I would like to disable.
Thanks, cazdev