我想实现在选中行后边添加内容的功能非线程内,可以用代码
listBox1.Items[index] = listBox1.Items[index].ToString() + " 附加内容";
如何在其他线程里修改呢?  index 是选中的索引号, 希望有代码或者例子提供。 多谢