Auto scrolling control (WinAPI)?
Posted
by user146780
on Stack Overflow
See other posts from Stack Overflow
or by user146780
Published on 2010-06-01T12:59:04Z
Indexed on
2010/06/01
13:03 UTC
Read the original article
Hit count: 196
In C# (.Net) you can create a panel and set autoscroll to true. you can then add controls into it, including beyond it's size, then it will scroll.
I was wondering if when using the real WinAPI in c++ (not .net) how one could acheive the same result.
Must I keep track of the controls inside and move them all when I scroll or is there an easier way like in C#.
Thanks
© Stack Overflow or respective owner