[CLOSED] Maximized window doesn't remain maximized

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Maximized window doesn't remain maximized

    Hi,

    I have an Accordion panel on the left hand side and a main working area with a TabPanel in the centre. The window sits in the working area tab. Here's how it's defined:

        <ext:Window ID="Window1" runat="server" Title="My Window" Icon="UserMagnify" Draggable="false" Layout="FitLayout" Maximized="true" MaxHeight="580"
            BodyStyle="background-color: #fff;"
            Resizable="false" Padding="0" Closable="false" Collapsible="false">
            <Content>
                <uc1:UCTest ID="UCTest1" runat="server" />
            </Content>
        </ext:Window>
    When I collapse the Accordion, the window follows it to the left margin leaving an empty gap the size of the Accordion on the right. I want it maximized occupying the whole working area. Please suggest a way to achieve it or any viable alternative.

    Thanks,

    Vadym
    Last edited by Daniil; Feb 13, 2012 at 9:08 AM. Reason: [CLOSED]

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. [CLOSED] Show Desktop window maximized - strange behavior
    By FAS in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Apr 03, 2012, 5:58 PM
  3. Replies: 2
    Last Post: Oct 14, 2010, 10:05 AM
  4. How to show window maximized ?
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 4
    Last Post: Jun 03, 2010, 6:27 AM
  5. Bug when showing a window maximized
    By Jurke in forum Bugs
    Replies: 0
    Last Post: Oct 29, 2008, 12:56 PM

Posting Permissions