hi,
What
is the best way to do the application re size depends on monitor
resolutions. Because i am using standalone application, so i need to
design the page every installation time if the monitor resolution
changes.
please give me the suggestion for solve this issues.
Thanks,
Karthik
Loading
Sam HobbsPosted Feb 11, 2010, 3:23 AM
Diptimaya PatraPosted Feb 11, 2010, 2:17 AM
For Application resize on monitor resolution, you need to do the following based on the technology.
ASP.NET: Use tables with width and height as %
WPF, Silverlight 2/3: Use Auto as width and height for the panels that contain the controls
----------------------------
MARK AS ANSWER IF IT HELPS