Maximise window

  1. #1

    Maximise window



    Hi,
    Is there any solution to force a window to maximise on page load?

    thanks,
    Kamal
  2. #2
    
    protected void Page_Load(object Sender,EventArgs e)
    {
    
    window.Maximized=true;
    }
    EDIT: Changed .Maximised to .Maximized.
    Last edited by geoffrey.mcgill; Apr 06, 2011 at 5:56 PM.
  3. #3
    Just a minor revision to the above post, the .Maximized property uses a "z" instead of an "s".

    Example

    <ext:Window Maximized="true" />
    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Problem: Closing Maximized Window will loose parent window scrollbar
    By tlfdesarrollo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 19, 2012, 8:51 PM
  2. Replies: 8
    Last Post: Mar 13, 2012, 5:54 PM
  3. Replies: 6
    Last Post: Feb 15, 2012, 4:15 PM
  4. Replies: 7
    Last Post: Feb 09, 2012, 11:17 AM
  5. Replies: 1
    Last Post: Mar 14, 2011, 4:20 PM

Posting Permissions