How to increase the width of Panel Tabbed layout

How to increase the width of detailed items of a Tabbed Panel ? I have many columns inside a detailed item of tabbed panel i can see only 3 colums ,to see the rest of the column i need to scroll. I tried to set the width but doesnt seems to be working
<af:panelTabbed id="pt2" inlineStyle="width:800.0px;">
<af:showDetailItem text="Interview" id="sdi1"
inflexibleHeight="50"
inlineStyle="width:800px; border-color:Aqua; border-width:thin;"
styleClass="AFStretchWidth">
Is there any way to increased the width of showDetailItem of panelTabbed ?
Thanks

Make sure the stretchChildren property of the shoDetailItem is set to first.

Similar Messages

  • How to increase the height of a tabbed layout

    How to increase the height of a tabbed layout? I do have a form inside a panelTabbed layout which is not fitting inside.Is there any css class available ?
    Thanks
    Suneesh

    Hi,
    +"My panel tabbed layout is inside a detailStamp facet of a table"+
    you can set the StretchChildren property on the ShowDetailItem components to make the panel tab to resize the contained children. I set the inline style on a paneltab and the result shows in the rendered output
    Frank

  • How to increase the width of the Crystal Report

    Hello All
    How to increase the width of the Crystal report template in the CR designer in .NET 2005 editor ?
    I need to design a report which has to accomodate more number of columns.So achieve that i need to redesign the report having more width.
    CrystalReports version 10.2.3600.0
    Thanks in advance
    Srivatsa

    HI Srivatsa,
    You can make a wider report by creating virtual pages. Virtual pages are the extra pages to the right of the main page that get created to accommodate cross-tabs that are wider than a single page. By inserting a cross-tab in a report then suppressing it, you can create a report that is multiple pages wide.
    Insert and Suppress a Cross-Tab
    1. On the 'Insert' menu, click 'Cross-Tab'.
    2. In the Cross-Tab Expert, click any field and move it into the 'Columns' box, and click any field and move it into the 'Summarized Fields' box. Do not move any fields into the 'Rows' box.
    3. Click the 'Customize Style' tab and select the following check boxes:
    " Suppress Empty Rows
    " Suppress Empty Columns
    " Suppress Row Grand Totals
    " Suppress Column Grand Totals
    4. Click the 'OK' button and then insert the cross-tab into the Report Header section.
    5. On the 'Report' menu, click 'Format Sections'. Click 'Report Header' and select the 'Underlay Following Sections' check box.
    When you run the report you will not see the cross-tab, but you will be able to scroll to the right and see multiple virtual pages.
    ====================
    NOTES:
    " As there are no rows to the Cross-Tab, it does not carry on to Page 2 and the virtual pages do not appear past the first page.
    " To increase or decrease the number of virtual pages do one of the following:
    - Limit the number of records for the field in the 'Column' box of the 'Cross-Tab Expert' using the 'Select Expert'.
    - Change the width of the 'Column' field in the Cross-Tab by moving the edges of the field.
    ====================
    How to Insert Fields on Virtual Pages
    You cannot drag-and-drop a field onto a virtual page, you can only do so on the main page. To get a field to appear on a virtual page:
    1. Insert the field on the main page.
    2. Click the 'Preview' tab.
    3. Drag the right edge of the field to the right, onto the virtual page.
    4. Drag the left edge of the field to the right, onto the virtual page.
    Hope this helps!!
    Regards,
    Shweta

  • How to increase the width of the column in Tableview

    Hi ALL,
    How to increase the width of the column in tableview?I have name column where big name is displaying in rows.Does any one have any idea how to increase the width of the column dynamically in tableview.Please respond its little urgent.
    Thanks in advance

    Hi Peter,
    Here is my Dynpage
    package com.ust.jcatotable;     
    import java.awt.Event;
    import javax.resource.cci.MappedRecord;
    import javax.resource.cci.RecordFactory;
    import com.sapportals.connector.connection.IConnection;
    import com.sapportals.connector.execution.functions.IInteraction;
    import com.sapportals.connector.execution.functions.IInteractionSpec;
    import com.sapportals.connector.execution.structures.IRecordSet;
    import com.sapportals.htmlb.DropdownListBox;
    import com.sapportals.htmlb.event.TableNavigationEvent;
    import com.sapportals.htmlb.page.DynPage;
    import com.sapportals.htmlb.page.PageException;
    import com.sapportals.portal.htmlb.page.JSPDynPage;
    import com.sapportals.portal.htmlb.page.PageProcessorComponent;
    import com.sapportals.portal.ivs.cg.ConnectionProperties;
    import com.sapportals.portal.ivs.cg.IConnectorGatewayService;
    import com.sapportals.portal.ivs.cg.IConnectorService;
    import com.sapportals.portal.prt.component.IPortalComponentContext;
    import com.sapportals.portal.prt.component.IPortalComponentProfile;
    import com.sapportals.portal.prt.component.IPortalComponentRequest;
    import com.sapportals.portal.prt.component.IPortalComponentResponse;
    import com.sapportals.portal.prt.runtime.PortalRuntime;
    public class Display extends PageProcessorComponent {
      public DynPage getPage(){
         return new DisplayDynPage();
    public static class DisplayDynPage extends JSPDynPage{
         private Object formatFlag;
         public static IConnection connection ;
         private IPortalComponentRequest request;
         private IPortalComponentContext context;
         private IPortalComponentProfile profile;
         private IPortalComponentResponse  response;
         private int visibleRow=1;
         TableBean myBean;
         public void doInitialization(){
                   response = (IPortalComponentResponse) this.getResponse();
                   request = (IPortalComponentRequest) this.getRequest();
                    context = request.getComponentContext();
                    profile = context.getProfile();
                    IPortalComponentProfile profile = context.getProfile();
                    Object o = context.getValue("myBean");
                    if(o==null || !(o instanceof TableBean)){
                       myBean = new TableBean();
                       setBeanFromProfile(profile, myBean);
                       context.putValue("myBean",myBean);
                     }else {
                       setBeanFromProfile(profile, myBean);
                        myBean = (TableBean) o;
                    this.getData();
         public void myOnNavigate(Event event) throws PageException{
              TableNavigationEvent tne = (TableNavigationEvent) event;
              this.visibleRow = tne.getFirstVisibleRowAfter();
              if(myBean!=null)
              myBean.setVisibleRow(new Integer(this.visibleRow).toString());

  • How to increase the width size between PROMPT and TEXT BOX?

    Hi Gurus,
    my page having MessageTextInputs. Normally page runs displays the Prompt name and one text box will displayed.
    my requirement is
    1) how to increase the width size between PROMPT and TEXT BOX?
    2)prompt name displays like
    elephant
    xxxxxant
    xxxxRose
    here xxxxx indicates SPACE
    but my client requirement is don't displays the SPACES in left side.
    so our requirement is in page PROMPT displays like
    elephant
    ant
    rose
    How to achieve this plz help me
    its very urgent
    Thanks

    Hi,
    Create a table layout region and under that use 'messageStyledText' for displaying the prompt and use 'messageTextInput' for text field without giving any prompt to that.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                           

  • How to reduce the  width of  OVS view layout

    Hi All,
           In   ESS-Bank Information-Bank Payee  field we have a  OVS View UI .Can any one please let me know how to reduce the  width of OVI  view layout (Search Screen)
    Regards
    Alex

    Check this [thread|restrict input field size;
    Hope this helps.

  • How to increase the width of the drop down list box in SSRS multi value parameter

    Hi,
    I am using SSRS 2012. I have a parameter, which accepts multi value.
    The width of the drop down list box is very small, and the user need to scroll to the right to view the complete view of the content in the list box. But, if I don't use multi value then the length is good.  Kindly suggest how to I increase the width
    of the list box when it set to multi value parameter.
    Thanks in advance,
    Mahalengam Arumugam

    Hi Mahalengam,
    After testing the issue in my local environment, I can reproduce it. When the values for a single parameter are too long, the drop-down list of the parameter will automatically enlarge to an appropriate size. While the values for a multiple parameter are
    too long, we need to scroll to the right to view the complete view of the content in the list box in SSRS 2008. But in SSRS 2008R2 and SSRS 2012, we can directly drag the black control at the bottom of the list box to control the size.
    The following screenshot is for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support
    Hi Katherine,
    Thanks for your reply. I understood we need to drag the list box to a maximum size to view the contents.
    But, this seems an additional task, i know this is a limitation in the current version of SSRS and hope it will be resolved in the next versions.
    Thanks for your efforts,
    Mahalengam Arumugam

  • How to increase the width of the Fluid Grid Layout from 1008px to 1080px?

    Good day all, I'm experiencing a slight problem with Fluid Grid Layout in Dreamweaver CS6. I want to increase it's width so that it could be one with my Photoshop CS6 design (which is 1080px), the problem is that I can't as I am limited to 1008px. How do I increase the width? I ultimately am re-coding my design as my client demanded a responsive design but I'm clueless in that avenue which is why I resorted to re-doing everything under the set & safe default (Fluid Grid Layout) that doesn't require me to udnderstand media queries at an expert level.  

    While Fluid Grid Layout can save you some production time, you still need a good understanding of CSS Media Queries to use it.
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-que ries.html
    CS6 Fluid Grid Layouts (6 min video)
    http://tv.adobe.com/watch/digital-design-cs6/creating-adaptive-designs -using-fluid-grid-layouts-in-dreamweaver-cs6/
    CS6 Fluid Grid layouts (17 min video)
    http://tv.adobe.com/watch/learn-dreamweaver-cs6/using-fluid-grid-layou ts/
    Step-by-Step tutorial -- Building Fluid Grid Layouts in DW CS6
    http://www.adobe.com/inspire/2012/08/fluid-grid-layouts-dreamweaver-cs 6.html
    Instead of fixed-widths in pixels, FLG code is all % based.  It starts with the mobile layout and cascades to tablet, then desktop.  If you want to use fixed-widths in pixels, you must manually change the CSS code for all three devices.
    Nancy O.

  • How to increase the width & heigt of page in smart forms...

    Dear abaper,
    In smartform i have one problem,
    the default page size is 20 cm ht & 20 cm width,. but i want to create 4 windows havehing
    leng & width of (total 4 windows) more the 20*20cm .so an error message is displaying ''window dose not fit on page 1''.
    can any one sugesst how to increase the page size (weather it is possible or not) .what is the soulution for this.
    regards
    veera

    Hi,
    Open the Smartform and click on FORM PAINTER.
    A graphical window will appear displaying all the windows you have created.
    These windows are going beyond the paper size. Resize them so that they would fit in the page. You can also extend the page by simply clicking & dragging the edge of the window.
    Best regards,
    Prashant

  • How to increase the width of a field in oracle reports 6i

    Hello,
    I'm facing a problem related to width of field. I have a table with field abc varchar2(1500) and when I try to show it in report. I'm unable to see complete data because field size in report is 300.
    Kindly guide me to increase the size/width of field in oracle report 6i
    thanks in advance
    sadiq

    Post your question on Reports forum
    Reports

  • How to increase the size of panel

    Hi All,
    I am trying to increase the size of the panel using setPrefferedSize, but it is no change in size of the panel.
    Is there any other factors which will effect the size of the panel.
    Any help is greatly appreciated.
    Thanks in advance,
    Roja.

    Is there any other factors which will effect the size
    of the panel.The size of your JPanel may depend on the layout policy of its container's LayoutManager (see the Swing tutorial).

  • How to increase the width of field Whld Tax

    Dear Friend,
    I was configuring WHT formulae for TDS setcion code 195 with Time dependant formulae
    My requirement is If the base amount is 100000 the TDS will be as under:-
    TDS  @ 10%              =  Rs10000/-
    Surcharge @2.5%    =   Rs.250/-     (2.5% on Rs.10000) as such in the formulae I have put 0.25
    E Cess @ 3% on (102.5) = Rs308/- ( 2.5% on Rs10000250) for this I need to put formulae 0.3075
    But the field is not accepting 0.3075 , It is only accepting upto 2 decimal places
    Please advise how to increase it.
    Regards,
    Alok

    Dear Srini,
    I want to create time dependant WHT Code with the below requirement:-
    My requirement is If the base amount is 100000 the TDS will be as under:-
    TDS @ 10% = Rs10000/-
    Surcharge @2.5% = Rs.250/- (2.5% on Rs.10000) as such in the formulae I have put 0.25
    E Cess @ 3% on (102.5) = Rs308/- ( 2.5% on Rs10000250) for this I need to put formulae 0.3075
    I have created thre different Wht Tax Code and in the rate field maximum five character can be put, but for calculating 3% E Cess I have to put 0.3075 which is 3% on (10% + 2.5%).
    How can I do it please advise.
    In time independet tax code there is a provision to put 6 character but in time dependant max 5 character.
    Regards,
    Alok

  • How to increase the width of FM gui_upload

    Dear all,
            i want to upload one file through FM gui_upload.
           althrough i define record 700 characters, but when i transfer file to i_upload, each entries in i_upload can't exceed 255.
           does anyone know how to incease the lengh of entries?
          thanks in advance.
    DATA begin of i_upload,
               record(700) typc c,
              end of i_upload.
      CALL FUNCTION 'GUI_UPLOAD'
           EXPORTING
                FILENAME                      = INP_FILE
                FILETYPE                      = 'ASC'
                HAS_FIELD_SEPARATOR           = 'X'
           TABLES
                DATA_TAB                      = i_upload
           EXCEPTIONS
                FILE_OPEN_ERROR               = 1
                FILE_READ_ERROR               = 2
                NO_BATCH                      = 3
                GUI_REFUSE_FILETRANSFER       = 4
                INVALID_TYPE                  = 5
                UNKNOWN_ERROR                 = 6
                OTHERS                        = 7.

    Dear all,
    for string type, it also can't exceed 255.
    also, in OO, method gui_upload contains one FM gui_upload inside it.
    it doesn't work..
    do you have any other ways?
    Thanks
    Desmond

  • How to increase the width of the second line -status bar -tab --Urgent

    Hi all,
    We are not able to get the full information which suppose to display in second line in the status bar -tab for e.g --> we are getting only Enter Qu... for the message Enter Query.
    We need to display full information. Could anyone help us ?

    ok, I tested it for you.
    IE versus Firefox versus Jini versus sunplugin.
    In each version you have too few space for Enter-Query... You have to live with that problem

  • How to increase the width of ribbon button in mscrm 2013?

    Hi , we have  created a custom button ,but its text is  bit long. so we are not getting entire text on the form for this button.
    Could you please suggest , how we can increase width of the button.
    hari ________________________________________________________ If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

    thank u for  quick response.
    Could you please provide the approach which is unsupported ? (if any?)
    hari ________________________________________________________ If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

Maybe you are looking for

  • Metronome BPM Doesn't Line Up

    The metronome on Logic Express 8 is completely off for me. If I import anything at a given tempo, and set the computer metronome to the same tempo, it doesn't line up. For example, I downloaded the Radiohead "Reckoner" remix stems, which listed the B

  • Does anyone know where i can get cheep parts (ac adapter 150-watt for hp touchsmart pc)?

    Does anyone know where i can get cheep parts (ac adapter 150-watt for hp touchsmart pc)?

  • How to add :hover, :active, :visited automaticly?

    Dear Community, i am trying to generate a PSD to Reflow. It's a really awesome feature you made here. But the problem occurs everytime, if i am trying to set up button actions in photoshop (like PSD button import into ADOBE MUSE). Is there any way to

  • I CAN ONLY PRINTS EVERY OTHER PAGE - PLEASE HELP ME!

    Please can anyone help me?  I am trying to print from my iMac (running Lion) to my HP1022nw laser printer.  In every application, only every other page prints out.  Within Paper Handling on the print window, I have correctly selected print every page

  • Strange problem with movies...

    I downloaded a few movies from a friend and they dont completely play all the way through. They finish on the counter, but there is supposed to be more movie. The strange thing is, if I move the tick for the counter with my mouse almost to the end, i