There is no vertical scroll attribute for text boxes, although it might be
in a few peoples wish lists. You'll have to use a list box, which is much
more flexible.
"Daniel_Jackson_Peacock" wrote in message
news:50650000000800000073510000-1023576873000@exchange.ni.com...
> I have a text box which I am adding text to using
> InsertTextBoxLine. I need for the text box to always scroll to the
> bottom to show the most recent data. I cannot rely on the user to do
> this manualy because 1) it is a hassle for them and 2) at several
> points I have popup windows that come up, causing the rest of the
> panels to be unresponsive to user interaction, but the user still
> needs to see what is being printed to the text box. I cannot find any
> way to scroll the box.
>
Any suggestions?
> jackson