[CLOSED] How to set Panel width like AutoHeight ?

  1. #1

    [CLOSED] How to set Panel width like AutoHeight ?

    Hi,
    I need to resize the panel width according to the screen resolution,
    how to do ?

      <ext:Panel ID="Panel24" runat="server"  Title=""  AutoScroll="True"  AutoHeight="True" Layout="AutoLayout">             
                    <Loader ID="Loader1" runat="server" Url="http://Ext.net" Mode="Frame" >
                        <LoadMask ShowMask="true" />
                    </Loader>
      </ext:Panel>
    Last edited by Daniil; May 02, 2012 at 9:43 PM. Reason: [CLOSED]
  2. #2
    Hi,

    What about to use Viewport?

    Example
    <ext:Viewport runat="server" Layout="FitLayout">
        <Items>
            <ext:Panel runat="server">
                
            </ext:Panel>
        </Items>
    </ext:Viewport>

Similar Threads

  1. [CLOSED] Grid Panel : Column width (Auto width)
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 24, 2011, 8:31 PM
  2. [CLOSED] [1.0] AutoHeight Panel
    By FVNoel in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 09, 2011, 3:32 PM
  3. [CLOSED] [1.0] Panel AutoHeight Issue
    By pasion in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 28, 2010, 5:11 AM
  4. [1.0] Panel autoheight
    By SouthDeveloper in forum 1.x Help
    Replies: 2
    Last Post: Feb 12, 2010, 6:30 PM
  5. [CLOSED] panel autoheight
    By idrissb in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 18, 2009, 2:07 PM

Posting Permissions