I have an app that has a multiline text box on it. This is data that comes from a client application elsewhere. There are different versions of the client app for different platforms, and furthermore these platforms have different default rules about line endings.
Thus, the data I want to show in the textbox might have CR+LF line endings, or might just have CR line endings.
How can I make the textbox show these carriage returns in either format? I don't see any property to do so and would prefer to not rewrite the data to change CR only to CR+LF (I want the data, if saved, to be written back out in the form it came in.)