Scrollbar in CFormView does not work,why?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
just crreating a new SDI project with VC++ wizard, choose CFormView as the base view class, then switch to the resource editor, place a CListBox control on the formview, and make sure to enlarge the formview design size so that a scrollbar can appear later, then ,build it and run, though the scrollbar is visible, but i just can't let it scroll with my middle mouse wheel, can anybody tell me what's the reason?? thanks a lot.