This is a discussion on Why my widgets are staying in a same place when resize the app window? within the VB.NET Programming forums, part of the Software Development category; You are designing a GUI application with a window and several widgets on it. The user then resizes the app ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| You are designing a GUI application with a window and several widgets on it. The user then resizes the app window and sees a lot of grey space, while the widgets stay in place. What’s the problem?
__________________ cheers Aman |
| Sponsored Links |
| |||
| Hi Mr.Aman, One should use anchoring for correct resizing. Otherwise the default property of a widget on a form is top-left, so it stays at the same location when resized.
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need to close parent window after closing child window. | S.Vinothkumar | ASP and ASP.NET Programming | 6 | 11-05-2007 05:08 AM |
| How to getting values from cookies to set widgets? | GDevakii | HTML, CSS and Javascript Coding Techniques | 1 | 10-30-2007 01:29 AM |
| Is it possible to close the parent window (main web browser window) from a child win | gp_logesh | HTML, CSS and Javascript Coding Techniques | 1 | 10-29-2007 03:53 AM |
| How to pass the value from the child window to parent window in javascript? | kingmaker | HTML, CSS and Javascript Coding Techniques | 1 | 09-04-2007 02:18 AM |
| Stage and Background resize but other objects not to resize | aramesh | Flash Actionscript Programming | 1 | 08-22-2007 10:33 PM |