views:

23

answers:

0

Hi i am trying to add string to Listview the string contain Tab (or \t) character.

when i do this the Tab disappear.

code: string text = "test Tab";// The space between the words is "Tab" of course this.listView1.Items.Add(new ListViewItem(text));

why is this happens?