[CLOSED] Panel padding change

Threaded View

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

    [CLOSED] Panel padding change

    Hi,

    Is it possible to change the padding of a Panel either on the client or in the code behind? I've tried both with no success. Is there more to this?

    <ext:Panel ID="Panel1" runat="server" HideMode="Offsets" Width="800" PaddingSummary="80px 0px 40px 80px">
    </ext:Panel>
    // Client side
    Panel1.padding="";
    // Server side
    Panel1.Padding="";
    Panel1.PaddingSummary="";
    Last edited by fabricio.murta; Jan 04, 2016 at 7:18 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] How to reduce the padding for buttons at panel bottom?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 08, 2011, 4:39 PM
  2. Replies: 8
    Last Post: Apr 01, 2010, 6:25 PM
  3. Replies: 1
    Last Post: Jul 06, 2009, 1:33 PM
  4. Replies: 1
    Last Post: May 10, 2009, 2:15 PM
  5. [CLOSED] How to adjust padding around panel inside portlet?
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 10, 2009, 3:30 PM

Tags for this Thread

Posting Permissions