0

I have a long string (~10k lines), and I am trying to do something similar to paging: split the text into parts that have indexes and set the text in the area to the current index.

For example, when the first 100 lines are set and the scroll reaches its max, the new part is set into the area.

My question is this: how can I prevent the thumbnail of the scroll bar from changing its size.

I want to have 100 lines in the text area but the slider should think that there are ~10k lines.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
MDelchev
  • 91
  • 1
  • 6
  • Have you tried the heightInLines property? I'm not sure that will give the desired effect, but it's worth a shot, right? – Josh Oct 05 '12 at 21:33
  • Nah it does`t help . I am using mx text area, but anyway heightInLines is not useful for my problem. – MDelchev Oct 08 '12 at 07:38

0 Answers0