When i add a listviewitem to the listview control with the "text" property such as the "10:00 PM wake up" string, the item in the listview control only display the front part "10:00 PM", and which instead of the string"wake up" is a ellipsis in runtime.
Then, the next time i start the application the item display all the text "10:00 PM wake up".
I don't know why
I really want to display all the text in the listviewitem by using the "Add" method of the listview control, but i can't figure it out myself.
How can i do it
Thanks in advance.