F
Fernando Cacciola
Hi all,
In C#, I had a Form with a PictureBox
I use the picture box just the paint a vector drawing (using paths).
The idea is to resize the Image according to the drawing extents.
What I expected was that the parent form added scrollbars (AutoScroll is
true)
(that's the reason why using a PicutureBox insted of drawing directly on the
Form client area)
TIA
Fernando Cacciola
In C#, I had a Form with a PictureBox
I use the picture box just the paint a vector drawing (using paths).
The idea is to resize the Image according to the drawing extents.
What I expected was that the parent form added scrollbars (AutoScroll is
true)
(that's the reason why using a PicutureBox insted of drawing directly on the
Form client area)
TIA
Fernando Cacciola