0

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

BecomeBetter
  • 433
  • 1
  • 6
  • 18
  • Not sure what you are asking, but use the `SetSel` function to set the cursor at the end of your edit control. – Jabberwocky Apr 12 '14 at 10:58
  • I want to set my cursor at the bottom of the edit control then put down "WASD" on the keyboard and I can see the contents hidden for the limited length of the edit control.Sorry my English is poor,can you understand me ? – BecomeBetter Apr 12 '14 at 12:41
  • No sorry, I don't really understand what you want. Maybe you should ask someone to translate. – Jabberwocky Apr 12 '14 at 20:23
  • 1
    Sorry my English is poor, I fixed my problem by modifying the attribute "vertical scroll" of the edit control to "true".I will work harder on my English.:) – BecomeBetter Apr 16 '14 at 13:39

1 Answers1

0

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

thomiel
  • 2,467
  • 22
  • 37