Link to home
Create AccountLog in
Avatar of suda4130
suda4130

asked on

How to add OnVScroll for CPropertyPage?

I was able to add Vertical scroll  for my Dialog boxes. When i copied my code for the OnVScroll and OnSize events for CPropertyPage, i do not see any scroll bar appearing on the property page.
Can someone attach a code snippet on how to achieve this

Thanks
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

>>When i copied my code for the OnVScroll and OnSize events for CPropertyPage, i do not see any scroll bar appearing on the property page.

Those are required for responding to events from / resizing a scroll bar.

Have you added a scrollbar control to the property page in the resource editor?  (I guess you haven't judging by your comments)
ASKER CERTIFIED SOLUTION
Avatar of alb66
alb66
Flag of Italy image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer