Tab traverse in Dialogs?

Try style = wx.TE_READONLY | wx.NO_BORDER
That gives a view like the URL in Properties in Internet Explorer. The

text can be scrolled, selected and copied (though bizarrely, Paste is
enabled as well).

That behaves right (also only wx.NO_BORDER for r/w-fields), but looks
ugly -
please, there must be a style that doesn't change TextCtrl's default
behaviour!

If I set style to 0 or wx.DEFAULT or anything else what I tried, it
looses tab
processing or does something other what I don't like (see previous
mails).

Greetlings, Hraban