I have a binded ListBox
that displays text. This text is coming from another multiline TextBox. Multiple lines are shown as first line□□second line
in ListBox.
I want this text to be displayed as first line second line
OR as first line
in a ListBox row.
EDIT: I am actually trying to create a note taking application. The 'ListBox' will show a part of text and 'TextBox' will show the detailed text.