I think you should not put the \n in your database. Why do you use it anyway? If you want to simulate a new line the you could for instance put <br> in the database and when reading replace it with \n while placing it in the listview.
1 Like