I am creating a TextBox
dynamically and adding that in a TabPage which is itself also dynamically created.
But the problem is, the TextBox
is not showing text formatting correcly.
For example: \t and \n are not reflected at all.
I have already set property Multiline
to True. But again no improvement.
What to check for?