R
Roger
I would like to create a custom container control which can scroll its
child controls. I know that the AutoScroll property of
ScrollableControl can mimic this functionality, but AutoScroll causes
some behavior which is EXTREMELY obnoxious to my users, and I haven't
been able to find a workaround.
Consequently, I would like to be able to scroll a control without using
the AutoScroll property.
Is there any way to accomplish this? I've created the appropriate
scrollbars, and now I just need to get the child controls to move. The
SetDisplayRectLocation() function sounded like exactly what I needed,
but it doesn't seem to work unless AutoScroll is enabled.
child controls. I know that the AutoScroll property of
ScrollableControl can mimic this functionality, but AutoScroll causes
some behavior which is EXTREMELY obnoxious to my users, and I haven't
been able to find a workaround.
Consequently, I would like to be able to scroll a control without using
the AutoScroll property.
Is there any way to accomplish this? I've created the appropriate
scrollbars, and now I just need to get the child controls to move. The
SetDisplayRectLocation() function sounded like exactly what I needed,
but it doesn't seem to work unless AutoScroll is enabled.