If you want a text editor, it sounds like the best option is simply a string control. What it doesn't support natively, you should be able to code yourself using events (mouse up\down) and property nodes (selection). Be aware that you can't disable word wrapping in a string control.
If you want something that has a different functionality (you seem to want something with seperate lines), elaborate more on this functionality. If this is what you want, you can probably add items to the list box using a mouse down to detect where to put the name and placing a string control there where the user can type. This is not pretty, though.
___________________
Try to take over the world!