Implementing maxmize a control to occupy the whole client area in winform?
Posted
by Benny
on Stack Overflow
See other posts from Stack Overflow
or by Benny
Published on 2010-04-10T07:52:22Z
Indexed on
2010/04/10
8:13 UTC
Read the original article
Hit count: 283
I just can't give a good title to my question, sorry.
here is my question:
I have 3x3 picture boxes on a form, what i want to do is when the user double click on one of the 9 picture box, i want to make the clicked picture box take the whole area, kind like a zoom effect, any idea how to implement this effect?
© Stack Overflow or respective owner