scrolling label

  • Thread starter Thread starter PCH
  • Start date Start date
P

PCH

I'm trying to find a control to use to show a large ammount of text data.

Currently I'm using a listbox and just adding each row of text (not a great
solution...)

Thanks.
 
PCH,

One way would be to have that in a variable, and every second, using a
variable, adding 1 to a counter, for the place to start the text, and then,
for the end of the displayed text, add 20 or however many characters that
you want displayed at a time.

J_Max
 
I think i misspoke.

Im looking for an actual control that has scroll bars, not an autoscrolling
option....

A label doesnt scroll and it doesnt appear a textbox will either.

And a panel only holds other controls.

i want the user to be able to scroll down and up..mebe left and right as
well in the "report"
 
Back
Top