> I need to scroll manually the content of a panel when the user click
> on a button.
>
> The user have to interact with my application by a touch screen
> monitor and I want use two buttons to permit the user to scroll the
> content of the panel.
Have you looked at the AutoScroll property of a panel?
If you need to create special large buttons for the touch screen, you could
place a large panel of the correct size onto a smaller panel and set the
coordinates of the large panel manually so the small panel acts as a
"window"
ryuujin - 16 Apr 2008 14:04 GMT
> Have you looked at the AutoScroll property of a panel?
> If you need to create special large buttons for the touch screen, you could
> place a large panel of the correct size onto a smaller panel and set the
> coordinates of the large panel manually so the small panel acts as a
> "window"
wow, it works well! :)
Thanks for the good hint, I solved the problem now.
thank you...
r.