F
Frankie D.
Hi,
I have a "document". My doc can be divided to thousends of lines. Every line
can be displayed as a drawing, every line has an OnPaint method. How can be
displayed this document??? The height of every line is 75.
If each line is reperesented by separate controls the program will be very
slow, because thousands of controls must be checked every time wether they
are on the screen or not (?).
If the whole document is reperesented by one control size limitation seems
to be exceeded: the height of my "one and only" control should be more than
75000. System.Windows.Forms can not be resized (or not always can be resized)
to this height. The limit is 32767. ( My very large control is on a Panel in
this case.
I don't know the general way to handle large docs. Please help!!!
Frankie
I have a "document". My doc can be divided to thousends of lines. Every line
can be displayed as a drawing, every line has an OnPaint method. How can be
displayed this document??? The height of every line is 75.
If each line is reperesented by separate controls the program will be very
slow, because thousands of controls must be checked every time wether they
are on the screen or not (?).
If the whole document is reperesented by one control size limitation seems
to be exceeded: the height of my "one and only" control should be more than
75000. System.Windows.Forms can not be resized (or not always can be resized)
to this height. The limit is 32767. ( My very large control is on a Panel in
this case.
I don't know the general way to handle large docs. Please help!!!
Frankie