Having problems with autoscroll
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using Visual Studio 2005 C++/CLI. My application's Form1 begins as a maximized window. I am using GDI+ to draw graphics on Form1. I can zoom by setting the Matrix->Scale value and Matrix->Transform(OffsetX, OffsetY). As I zoom in on what I am drawing I never get any scroll bars even though I have the AutoScroll property set to true. I have read a few articles on this but still am having problems. Anyone have any insight on this? Thanks, Buck