J
jarb
..Net 1.1
I have a form using autoscroll. My painting isnt working right because of the
way the scrolling is implemented: it only invalidates the new area that gets
scrolled in. I need to either invalidate the entire form on scrolling, or I need
to know the actual size of the loaded form. Not the client rectangle size, but
the form size that stretches offscreen. The scroll bar must know this or it
wouldn't be able to set the scroll extents. I cannot find a way to do either one
in the api.
thanks
I have a form using autoscroll. My painting isnt working right because of the
way the scrolling is implemented: it only invalidates the new area that gets
scrolled in. I need to either invalidate the entire form on scrolling, or I need
to know the actual size of the loaded form. Not the client rectangle size, but
the form size that stretches offscreen. The scroll bar must know this or it
wouldn't be able to set the scroll extents. I cannot find a way to do either one
in the api.
thanks