Click here to Skip to main content
15,907,183 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to know how to show full screen in vb.net if i maximize the window all controls and groupbox goes to left top how to make stretch
Posted
Updated 30-Jan-12 2:09am
v2
Comments
Sergey Alexandrovich Kryukov 27-Jan-12 1:24am    
You need just to use proper layout, but the answer depends on application type and UI library used: WPF, Forms, Silverlight, ASP.NET, what?

Tag it!
--SA
Sergey Alexandrovich Kryukov 27-Jan-12 1:24am    

A suggestion to all experts:

We should stop attempting to answer any questions if OP does not properly specify type of application, UI library and other relevant detail which would exclude this kind of confusion. All type mentioned in the question should be written in fully-qualified form. We should request it and only answer when OP comply. Multiple failures to specify such detail became a curse of this forum.



--SA

you haven't specified anything that would help us give you a full answer.

Firstly I would suggest that you have a look at the anchor property on the controls in question here is some further reading

MSDN Control.Anchor Property[^]
 
Share this answer
 
Hi,

I guess you are using pixels for defining the position of your controls.For your panel or your content holder try using % instead of 'px' for defining the position.

Give the left and top position for your controls and for your contentholder give the width and height in %.

Hope this helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900