The VB6 ScrollBars property indirectly affects word  wrapping: if ScrollBars is equal to 2-Vertical, then long text lines are  automatically wrapped to the next line. To achieve the same behavior under  VB.NET you have to explicitly set the WordWrap property to True.
VB  Migration  Partner correctly replicates the VB6 behavior under .NET.