Web Form resize ? Urgent.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to make the content in the web form resize together when the browser is being adjusted ?

Your help will be appreciated ..

Daniel Khor.
 
If you are running in Grid Layout, you might want to use Flow Layout mode
and use tables or divs to position your data along with percentages for
widths so that when someone stretchs the browser window you data will expand
to fill the area.

--
Rocky Moore
www.HintsAndTips.com - Share your tips with the world!
~~~~~~~~~ Developer Tips Welcome! ~~~~~~~~~

Daniel Khor said:
Does anyone know how to make the content in the web form resize together
when the browser is being adjusted ?
 
=?Utf-8?B?RGFuaWVsIEtob3I=?= said:
Does anyone know how to make the content in the web form resize together
when the browser is being adjusted ?

You mean something like this?
http://www.atozed.com/IntraWeb/Features/AnchorsAligns.iwp

This is a third party add on for ASP.net, but you might consider it.

ASP.net does not support aligns or docks. You have to edit tables manually to
even provide simple such functionality.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


ELKNews - Get your free copy at http://www.atozedsoftware.com
 
Back
Top