visual-studio-2012mfceditcontrol

How to scroll down a edit control to show contents?


I have a edit control to show the results.But the results are too many so they can't be displayed unless you scroll down it.But how can I achieve it ?enter image description here


Solution

  • I'd recommend to use a CScrollView if you want to control scrolling via WASD keys.