UWP TextBox control giving unexpected results
问题 Simple Text Editor With TextBox AcceptsReturn property checked saving multiline contents of a text box to a text file results all text written in single line only when opened in notepad. It opens fine when file is loaded in UWP TextBox control. I don't have this problem with old WPF TextBox control. My program has two buttons, open and save. In between there is text box. using System; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Popups; using Windows.Storage.Pickers