how to maximize picture box & listview?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
if I need to maximize picture box & list view as same as window form how can i do? please give hint or tip to me thank so much...
-
if I need to maximize picture box & list view as same as window form how can i do? please give hint or tip to me thank so much...
If I got you right, you can set the control's Dock property to Fill. You can also play with Anchor points to resize controls with the parent form.
Regards, Lev