For writing this is really possible, MessageBox () expands the tabs. For example:
private void button1_Click(object sender, EventArgs e) { MessageBox.Show( "hello\tworld\r\n" + "second\tline"); }
It is unlikely that the width of the word begins to approach the width of the tab. You should still prefer a small helper form with a ListView.
Hans passant
source share