B
Brian Henry
Hello,
I want to make a control that has a scrollable Gantt type display (not
really one but will look similar to one) this is going to be custom drawn (i
already have the drawing procedure completed for the overriden onpaint
event) but the problem is this can be a very long scrollable viewport (part
that scrolls inside the control) while the control will be relatively
800x600 in size)... i tried to do this with a panel scrolling inside of a
user contrl but it turned out that the panel has a max size of 32,000 pixels
long, while my timeline bars may be much longer then that... how would you
handle something like this? thanks
I want to make a control that has a scrollable Gantt type display (not
really one but will look similar to one) this is going to be custom drawn (i
already have the drawing procedure completed for the overriden onpaint
event) but the problem is this can be a very long scrollable viewport (part
that scrolls inside the control) while the control will be relatively
800x600 in size)... i tried to do this with a panel scrolling inside of a
user contrl but it turned out that the panel has a max size of 32,000 pixels
long, while my timeline bars may be much longer then that... how would you
handle something like this? thanks