I have a datagridview with a textboxcolumn. If I want to display a text that contains a vbTab then this Tab is simply removed and no tabulation is displayed.
If I write for example "text" & vbTab & "text"
programmatically into a datagridview's cell the displayed text is texttext
. Works fine in a normal textbox tough.
Can this somehow be corrected? Thanks