Implementing maxmize a control to occupy the whole client area in winforms?

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 9:53 UTC
Read the original article Hit count: 316

Filed under:
|
|

I just can't give a good title to my question, sorry.

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

Related posts about winforms

Related posts about control