I’m looking for a MAUI control that functions similar WinForms rich text box. My use case is desktop application used for test automation, that has a “log” output window. The log shows MQTT packet traces and communications between the app and an external hardware device in real-time.
I’ve attempted using the editor control, but every time I update the text, it overwrites the previous line. In fact, I can only write one line of text, instead of it appending and displaying on the next line.
Any help would be much appreciated.
PS: I’m using MAUI, for cross platform support – I need to use this app on a mac with Appium to control an app on the phone.
1