Scroll in ListControl ?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have a list control in my dialog, call m_listctrl How can I scroll it down 20 lines ? How about this: ScrollWindow(0,20) ? Hung Son A student i-g.hypermart.net dlhson2001@yahoo.com
-
I have a list control in my dialog, call m_listctrl How can I scroll it down 20 lines ? How about this: ScrollWindow(0,20) ? Hung Son A student i-g.hypermart.net dlhson2001@yahoo.com
Use EnsureVisible( int nItem, BOOL bPartialOK );