text views and dynamically reflow
text views and dynamically reflow
- Subject: text views and dynamically reflow
- From: Cryx <email@hidden>
- Date: Sun, 19 May 2002 15:16:35 -0500
I've searched the docs but haven't found a solution to my problem. In
my app, the text view will dynamically reflow the text during window
resizing, but only up to a certain point. After a few screens of data
the reflow is post-poned until after the resizing. After a sufficient
volume of text, the delayed reflow can take multiple seconds (spinning
disk!).
It would seem that the view is trying to reflow the entire contents.
How can I tell the view to only reflow the visible portion of the view?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.