Need to avoid scroll bar inside PanelDash Board

Hi,
I am using Jdeveloper 11.1.1.6,
My Scenario is I have number of Panel Boxes Surrounded by the Panel Dashboard.The Panel Dashboard surround by one PanelGroupLayout .
Now browser showing two Vertical scroll bars .one from PanelGroupLayout second from inside the panel dashboard.
How to avoid the scroll bar inside the Panel Dashboard ? My Codes like below...
<af:panelGroupLayout id="pgl2" layout="scroll"  styleClass="AFStretchWidth">
  <af:panelDashboard id="pd1" rowHeight="100%" columns="2"   styleClass="AFStretchWidth" >
             <af:panelBox id="pb1">
              </af:panelBox>
             <af:panelBox id="pb2">
            </af:panelBox>
             <af:panelBox id="pb3">
              </af:panelBox>
           <af:panelBox id="pb4">
           </af:panelBox>  
</af:panelDashboard>
</af:panelGroupLayout>Thanks...
Edited by: David.. on Jun 6, 2013 8:44 AM

Hi,
is the panelDashBoard the only component in the panelGroupLayout? If so set it to vertical or default instead of scroll.
Frank

Similar Messages

  • Table Grid resizing,How to avoid getting scroll bar in the browser

    Hi All,
    Requirement is to enable Grid Resizing feature in the Table UI element. The table will have  approx 12-30 columns
    For providing this feature on the table UI element, we have set the following properties
    'ScrollableColCount' Property of table UI is set to -1.
    'Resizable' property of each column is set to true.
    This will remove the scrollbar at table level and all the columns will be shown on the screen at one time.
    Problem encountered:
    1. Horizontal  scroll bar will be introduced on the screen.We tried giving width in pixels  to individual column grid but unable to eliminate this scroll bar in the screen.   
    2. Also the resizing properties modified for a table grid will be applied on the similar task screen having table UI element.
       For Example: In GP Workflow,if USer1 holds 2 task(Task A and B) of an application. If he resizes the column of the table in A task then these changes will be reflected in the B task table UI also.
    Please provide pointers on this.
    Thanks and Regards,
    Pradeep

    Hi,
    In table set tablecellEditor wrapping property to true,by default its false.
    By this you can get value in many rows(per row size is depend on whatever u have given for column width).
    this way you can avoid scroll bar.
    Regards
    Trilochan

  • 2 Scroll bars in 1 BAR?

    I just recently noticed I have to two scroll bars inside one scroll bar.
    I've displayed a picture so whoever is helping can have a better understading of what I mean.
    Never seen this happen & don't know how to fix
    http://s21.postimg.o...4n/2scrolls.png

    Yes, it does affect all sites that I go to!
    Thing is, I've used the same theme(If you're talking about the pride flag at the top) and everything else for the past year + and never had this problem.
    I recently just installed 3 new Add Ons in FireFox. One being, DoNotTrackMe. Two, Disconnect. Three, HTTPSEverywhere.
    Maybe they interfere with the scroll bar somehow making two in one? Maybe I should try to uninstall the programs - Since I've only recently had this program?
    Or, Maybe it was a windows updates I installed that made it go this way?
    This problem is quite annoying, I can't even see the scroll bar once I get to the end of a page because it's hidden in the second scroll bar near the bottom.
    Thank you for taking the time to try and fix my problem.

  • No horizontal scroll bar on the Jtable. In order to see long column.....

    No horizontal scroll bar on the tJable.
    In order to see long cell data we have to eliminate other columns of the table.
    I need an horizontal scroll bar on the JTable if the data in a cell is longer.
    Could somebody help me out?
    Thanks in advance.

    in the jtable use following method :
    myTable.setAutoResizeMode(this.AUTO_RESIZE_OFF);
    KR,
    Jan

  • Horizontal scroll bar not appearing-Alert report screen

    Hi All,
    I have an agent setup which shows alerts and a report is fed as an input/delivery content. The report is fairly big with many columns and cannot fit in the standard alert screen hence need a horizontal scroll bar to view all the columns. But unfortunately there are two vertical scroll bars which are appearing and no horizontal scroll bar. Could the experts please let me know if this is a bug or is there any configuration that I am missing?
    OBIEE version: 11.1.1.5
    Any help would be appreciated.
    Thanks,
    Vikram

    Hi,
    Sorry for the delay in response. The issue was because of IE7 version. Its a bug.
    Thanks,
    Vikram

  • Scroll bar in jsp

    Hi all,
    I am having a table in jsp.
    It contains four columns. 1 st and 2 nd row gives the table headings.
    In first row, i have applied rowspan=2 to first two columns.then for 3rd and 4th column there is no rowspan.
    in second row, I have given heading for 3rd and 4th column.
    Now i need to add scroll bar for the table. It should scroll only the content of table but the heading of table should remain constant.
    so can u help me with samplecode.....I m new to scrolling .....

    Hi Lakshman,
    You can include it in stylsheet and then use that class in your <body> or "div"  tag.
    the CSS command is
    overflow:auto;
    you can use like
    <body style="overflow: auto;"> or -- div style="overflow: auto;" 
    You can declare class in ".css" file
    #c1
    .c1
    <body id="c1>> or <div id="c1">
    <body class="c1>> or <div class="c1">
    You can use either "class" or "id" by adding it to "CSS" file and the use it to any JSP file or by direct aditing "Style" attirbute in tag.
    so when your content is longer then your screen browser will display scroll bar automatically.
    I hope this will help you.
    Thanks and Regards.
    eCommerce Developer
    Edited by: Ecommerce Developer on Jul 9, 2009 5:58 PM
    Edited by: Ecommerce Developer on Jul 9, 2009 5:59 PM

  • ADF vertical table scroll bar issue when many records.

    Good morning!
    I am using Oracle JDeveloper version 11.1.1.6.0.
    I have a search form and a simple ready-only table displaying about 1 million of records.
    At the top of my search form, I have navigation buttons (First, Previous, Next, Last).
    So when I click for example on the Next button, my table will highlight the next corresponding row as expected.
    But here is the issue. When I click the Last button, the vertical scroll bar of the table does not scroll (automatically) to the end and display to me the very last row of my table.
    How can I achieve this? When I manually scroll to the last row, I would find it highlighted but I need the vertical scroll bar to react on Last and First buttons click even though I have a big number of rows.
    What should I do?
    Any suggestion will be very much appreciated
    Life.

    Hi Frank,
    I have found the answer. Here it is for anyone who would ever have or meet the same issue.
    In Jsf table property inspector
    I binded my table to my java bean (I called it myRichTable).
    I added the First and Last buttons as partial triggers of my table
    In java bean
    In my last() method I encluded the following line of code:  myRichTable.setDisplayRow(myRichTable.DISPLAY_ROW_LAST).
    And in the first():  myRichTable.setDisplayRow(myRichTable.DISPLAY_ROW_FIRST);
    Thanks!

  • Apply table scroll bar

    hi everybody,
    i have one big table with many columns(30) in it. Though the scroll bar for whole page is coming by default provided by IE , my requirement is i need to apply scroll bar for table only and not for whole page.
    I have tried using OAHTMLWEBBEAN AND OARAWTESTBEAN but of no use. plese tell me any hints or whether it is possible to apply inner scroll bar becuase i have looked into many answers in forums but no use.
    please help me anybody , i will be grateful to u those answers.
    regards
    prabhakaran.p

    Yep ... u can acheive this by adding OARawTextBean below and above a OATable ...
    something like....
    //make horizoltal scroll
    OARawTextBean iFrameStartRawTextOARawTextBean = (OARawTextBean)webBean.findChildRecursive("Start");
    iFrameStartRawTextOARawTextBean.setText("<DIV style='width:980;overflow-x:auto;padding-bottom:20px;border:0'>");
    OARawTextBean iFrameEndRawTextOARawTextBean = (OARawTextBean)webBean.findChildRecursive("End");
    iFrameEndRawTextOARawTextBean.setText("</DIV>");
    Hope this helps ...
    Cheers,
    Senthil

  • Scroll bar  for the table

    hi
          i  have  a scenatio  where  the table need
            scroll bar  ,  so ihave  used  scroll container 
            for the table   and  i am able to view   both 
          horizontal  and  vertical scroll var  , but  i need 
           only  verticle  scroll var  .
              how can this be achieved ?

    hi
      thanks  for the quick response ,
           but  its not helping me  .
                i have  set the width of the table less than
             scroll container  . 
                  i need just  vertical  scroll  bar  to be visible
                   no  horizontal scroll bars  
                      iam able to view both .

  • How can I hide horizontal scroll bar?

    Some websites use CSS code (overflow-x: hidden or overflow-y:hidden), that shows the horizontal scroll bar while the frame on the website is centered and only 800 pixels wide, but I really don't need my horizontal scroll bar to show up. So how can I hide it?
    Thanks!

    If you use <b>overflow: hidden</b> then you shouldn't see a scroll bar (overflow:scroll does that).<br />
    If that doesn't work then try to add the !important; or use the code in Stylish or to userContent.css in the chrome folder.
    *http://kb.mozillazine.org/userContent.css
    *https://developer.mozilla.org/en/CSS/@-moz-document

  • How to remove scroll bar  in WEBI reports?

    Hi , i have below issue,
    We need to remove scroll bars from the WEBI reports. We have observed that even if we have only one column in the WEBI report, scroll bar still appears. Is this asomething which we can influence at the server level?
    Anybody please help me on this.
    Sri

    Hi Panan,
    thank you for your reply, I want to implement the same login for all WEBI reports, how can we do in server level...or is there any way to do this...
    Sri

  • View a image in a web app using scroll bars.

    I am using Dashcode to make a web app and i will be displaying images. How to i display the width of the image I can see the image by scrolling up and down but cannot see the width of the image as i cannot scroll left and right.
    I need a horizontal scroll bar so i can scroll along the width of the image.
    soz its kinda confusing.
    Basically i need to put an image in a scroll area but don't know how.
    Message was edited by: Calumks

    Looking at [http://sharepoint.stackexchange.com/questions/82591/in-powerpoint-web-app-2013-ppt-is-not-displayed-correctly-in-mac-os-mozilla-fire your screen shot] it reminds me of a problem with Flash on the Retina display not using the full area if hardware acceleration of graphics is disabled. See [https://support.mozilla.org/en-US/questions/968863 I'm only getting one quarter of a screen on Flash Player on Firefox] (unsolved).
    Not sure if that's relevant but does the display of the slide change if you make sure that hardware acceleration is enabled? The checkbox is here:
    Firefox menu > Prefences > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    Note that any changes take effect after you exit and restart Firefox.
    To see whether Firefox actually is using hardware acceleration, you can check the troubleshooting information. Either:
    * Help > Troubleshooting Information
    * type or paste about:support in the address bar and press Enter
    Toward the end, in the Graphics section, look for this row:
    GPU Accelerated Windows
    The number will show a ratio of accelerated to non-accelerated window. If hardware acceleration is disabled, the first number will always be zero.
    By the way, is the SharePoint PPT viewer using Flash, or Silverlight, or another plugin? Typically Firefox will display an icon that looks a bit like a "Lego" block in the address bar showing what plugins are in use in the page.

  • Scroll bar on cluster

    Hello again!
    Does anyone know if it's possible to put a scroll bar on a cluster?  I have a very long cluster and would prefer to put a scroll bar on it so that i can scroll through the cluster without having to scroll through the front panel.
    I noticed that a string control or indicator can have a vertical scroll bar... but when i try to find this property on a cluster... it's not there!
    Phil

    I'm also in need of a scroll bar on a cluster.  It's so weird that labview allows you to make a cluster smaller than its contents but without scroll bars.  That example code turns me off since it seems like a pretty large amount of code to do such a basic thing. 
    Anyway, another option I thought of is to use a subvi panel.  You could put all the stuff that would be in your cluster in your subvi isntead, which would have horizontal and/or vertical scroll bars.

  • Scroll bar in ANALYSIS_ITEM

    Hi all.
    Does anyone know if it is possible to put a scroll bare inside an ANALYSIS_ITEM in WAD? The problem is that the users want to be able to see the header of the key figures when the list of items is longer than the screen.
    Regards
    Øyvind

    This is not possible, alternative is to control the number of rows and use the Page up and down buttons.
    This functionality is available in Visual Composer not WAD templates.

  • Scroll bars on tables in dreamweaver CS4

    hi all, please help, have done this before but some evades me now, need to do scroll bars on a table where the content is much longer than the page intended, please assist am using adobe dreamweaver CS4, would greatly appreciate, urgent

    I think you would be much better off if you posted your question in the appropriate Dreamweaver forum, which you may find here:
    http://forums.adobe.com/community/dreamweaver
    This forum is only for discussing the forums themselves.

Maybe you are looking for

  • How do multiple developers share the same application module

    Is there a suggested method for multiple developers to share the same application module? We have 2 developers that will have EOs in the same directory and would like to know how they can share an application module but do development on different pi

  • Balance Sheet using 0FI_GL_4

    Hi Experts, Please help me to generate Balance Sheet report. I have used standard data source 0FI_GL_4, 0FIGL_O02 and ZFIGL_C02 (Custom Cube). Presently I have created restricted KFs for Balance Sheet Accounts. It is giving monthly amounts in differe

  • I am unable to upload pdf files.

    I am unable to upload files to acrobat.com. I receive an error message that says 'Error: Adobe reader did not get a response from the server.  Try again later or contact your system administrator.' I'm on the internet right now.  AND I use to heave a

  • Issues printing with iPhoto after installing OS X 10.10.2

    After working with 2nd and 3rd level Apple Support I was able to print photos using iPhoto after installing OS X 10.10.2. I have an HP 7520 all in one ePrinter and the latest Yosemite driver have been installed. When I tried to print a photo using iP

  • IPhone now listing numbers instead of names

    iPhone is now listing contact numbers instead of the names. Just started after new update installed? Ideas on changing back to names?