It would be nice to be able to set a scroll bar for text edit box directly without the workaround with the Scroll Box().
teb = text edit box("",set width(200),set nlines(15));
teb << Set Scrollers( h, v );
So when you enter more then 15 items you can scroll down.