Draw larger drawings
C#
2
Posts
1
Posters
0
Views
1
Watching
-
I use a Panel as drawing zone and set AutoScroll = True, hoping a scroll will be attached to it automatically when I draw large drawings. But it does not happen. How can I make it? Appreciate any advice! Radic
-
I use a Panel as drawing zone and set AutoScroll = True, hoping a scroll will be attached to it automatically when I draw large drawings. But it does not happen. How can I make it? Appreciate any advice! Radic
Hoho! I get it! Put another panel as the container of the drawing zone and set AutoScroll = True. When drawing, if the figure is close to the width and height of the drawing zone, increase the width and height! Excited!