Search list _horizontal scroll bar

Hi everyone,
In our crm_ui search list view, I somehow managed to have an horizontal scroll bar as shown in the screenshot below:
However, this is possible after having a double screen and navigating through both screens. I would like this scroll bar to appears everytime as soon as i have too many colums to displays.
Does anyone have any clue on the standard possibility?
Thank you,
Regards,
Anaïs Jaussaud

Dear Dharmakasi,
Thank you very much for your help. I saw the code given on my development environment but as I have very limited developer skills, I am not sure how I make the attribute to TRUE.
On your exemple, is it one of the code line that you gave me?
I have the following code:
and then on the Attribute tab,:
Can you help me on that?
Thank you very much for your help,
Regards,
Anaïs Jaussaud

Similar Messages

  • List vertical scroll bar position change issue

    Hi all,
    List selection makes the list jump (scroll) up moving the selected entry to top any idea on this issue.
    regards,
    karthik

    Try it in a simple test case.  I don't think that is default behavior.

  • Help with a vertical scroll bar issue with a List component

    hi. i have a basic <s:list> that uses an XMLListCollection as it's data provider and a very basic itemrenderer. when a row in the list is clicked a function gets the list.selectedIndex then populates some text fields with more xml data. that all works fine.. the problem i have is that the vertical scroll bar on the list seems to be "clickable" - just like a row in the list. the scroll bar scrolls normally but when it's clicked the selectedIndex becomes -1 which is not helpful b/c the value -1 is passed to the XMLListCollection.
    any ideas? cheers.

    thanks but still problematic...surely the <s:List> component shouldn't return a value when the scrollbar thumb is clicked? i created a very basic list (see below) and made the list dimensions short enough so that there is a vertical scrollbar and found that when the scrollbar thumb is clicked the trace(event.currentTarget.selectedIndex) returns a number. that's annoying b/c i just want a selectedIndex value for a row that is clicked not the scrollbar.
    any ideas to get around? cheers
    <fx:Script>
    <![CDATA[
    protected function list1_clickHandler(event:MouseEvent):void
    trace(event.currentTarget.selectedIndex);
    ]]>
    </fx:Script>
    <s:List x="162" click="list1_clickHandler(event)" y="276" labelField="@label" width="144" height="153">
    <s:dataProvider>
    <s:XMLListCollection>
    <fx:XMLList xmlns="">
    <node label="one"/>
    <node label="two"/>
    <node label="three"/>
    <node label="four"/>
    <node label="five"/>
    <node label="six"/>
    <node label="seven"/>
    <node label="eight"/>
    <node label="nine"/>
    <node label="ten"/>
    <node label="eleven"/>
    </fx:XMLList>
    </s:XMLListCollection>
    </s:dataProvider>
    </s:List>

  • Plzzzz solve my problem my side scroll bar does nt appear due to which i have to face the problem in scrolling page up and dowen quicly.

    i am using latest version of mozilla suddenly on mozilla searching page side scroll bar is not appearing due to which i have to face prob in scrolling the page which i see i am not understanding what has happened.plz solve this problem as soon as possible.

    Here you go.

  • How to get a scroll bar to scroll down as new elements are added

    I have a JPanel that displays a list of information. As new information is added to the bottom of the list, a scroll bar appears. I require the scroll bar to scroll down as the new elements are added so that the most recent one's are in view all the time. Any ideas on how to do this?
    Thanks

    before adding each component.
    get the scrollbar object
    store the
    ScrollBar sb = JFrame.getScrollBar();
    int cmax = scrollbar.getVisibleAmount();
    add component .....
    int nmax = scrollbar.getVisibleAmount();
    int diff = nmax - cmax;
    sb.setValue(sb.getValue() + diff);
    assuming you can get the scrollbar object from the
    JFrame, ContentPane of JScrollPane.

  • How do I prevent scroll bar use from disabling front panel updates?

    I have two top-level VIs running simultaneously using different execution systems.  The first VI has a list box scroll bar.  When the scroll bar is used by the operator, updates to the second VI front panel are temporarily blocked.  This is due to the single user interface thread shared by both VIs.  I there anyway to allow the second VI to update its front panel while the first VI is bound to its scroll bar?

    Hi,
    Your problem seems to be a bit more complex. I created two vi's, one with a simple loop, the other with a list box (both running in different execution systems). The first isn't noticeably affected by moving the listbox' scrollbar.
    It there an increase in processor load when you move the scrollbar? That could stop the other vi from updating. Perhaps you can isolate the problem (remove all irrelevant code) and post the remaining vi's?
    Regards,
    Wiebe.
    "wwwbrown" <[email protected]> wrote in message news:[email protected]..
    I have two top-level VIs running simultaneously using different execution systems.&nbsp;&nbsp;The first VI&nbsp;has a list box scroll bar.&nbsp; When the scroll bar is used by the operator, updates to the second VI front panel are temporarily&nbsp;blocked.&nbsp; This is due to&nbsp;the single user interface thread shared by both VIs.&nbsp; I there anyway to&nbsp;allow the second VI to update its front panel while the first VI is bound&nbsp;to its scroll bar?

  • Why do the scroll bars quickly dissapear in firefox on OSX 10.9?

    I am running OSX 10.9 Maverick on a Macbook Pro . I observe this problem in Firefox 25.1 The scroll bars in any application window all dissapear after about a second. If you resize the window or select an item with subdirectories in a list, the scroll bar in the pane you are in reappears, but it does not dwell long enough to allow you to move a cursor over it. (What is the point of making it dissapear anyway?) Two finger scrolling does not work for some reason, using a function and direction key or just a direction key works to scroll only in some websites but not all of them. This little bit of cleverness, if intentional is both un-needed and dysfunctional.

    This answer solves the problem for me.
    However, it does not address the fact that under Apples OSX 10.9 Maverick, touchpad scrolling currently does not always work, even when you have a touchpad device, and the very latest OS and version of Firefox. The default scroll bar setting for OSX 10.9 ought to be hardware sensitive and set to always on as the default, Other settings might work on an iPad or iPhone device and their competitor clones, I cannot confirm that, but we know that it does not work for all web applications on all touchpad devices. Not even the ones Apple make themselves.

  • Customize Scroll Bar in List Box

    Is it possible to customize/skin the scroll bar attached to a
    list box component? My target platform is Flash 7. I essentially
    just need to make it about twice as big as it is, but would like to
    change the colors if possible.
    Thanks in advance!

    start with this:
    http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts&file=00002468.html
    if you need more help use google to search for a tutorial you
    can follow. there are plenty out there, i belive.

  • About  scroll bar in list

    in basic list    I have write some thing and move  scroll bar in a position
    in detail list ,I want the scroll bar's position same to basic list ,how to do it ,thanks

    start with this:
    http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts&file=00002468.html
    if you need more help use google to search for a tutorial you
    can follow. there are plenty out there, i belive.

  • Problems with scroll bars in list view

    Hello,
    I am using Xcelsius 2008 (Build Number 12,2,166).  I am still having trouble with scroll bars on my list view control. Other list views in my dashboard seem to be ok. It seems that this list view is not ignoring the blank cells in my excel file. I have gone through many things to correct this problem. I have added a new list view, I have copied other list views that work correctly but still no success. It seems that the "Ignore Blank Cells" property is not working correctly. Does anyone have a solution for this?
    Much Thx!

    Hi Yusufel,
    Please check the data whether the cells are really blank or having any space which could not be seen, etc.
    With best wishes
    BaaRaa.

  • Horizontal scroll bar in AWT List

    I need to shrink the width of my list by putting a horizontal scroll bar. Does anyone know how to add one onto my list component

    The code looks like this. I can really use some help here.
    Label grp = new Label("Group By:");
         buildConstraints(constraints, 0, 2, 1, 1, 1, 1);
         gridbag.setConstraints(grp, constraints);
         add(grp);
         grplist = new List(4, false);
    buildConstraints(constraints, 1, 2, 1, 1, 1, 1);
         gridbag.setConstraints(grplist, constraints);
         for(i = 0; i <= number_of_fields; i++){
              grplist.add(data[0]);
    add(grplist);
         data6 = new Checkbox("6 sigma data",false);
         buildConstraints(constraints, 1, 12, 1, 1, 1, 1);
         gridbag.setConstraints(data6, constraints);
         add(data6);
         show = new Checkbox("Show values",false);
         buildConstraints(constraints, 1, 13, 1, 1, 1, 1);
         gridbag.setConstraints(show, constraints);
         add(show);
         aver = new Checkbox("Plot Average",false);
         buildConstraints(constraints, 1, 14, 1, 1, 1, 1);
         gridbag.setConstraints(aver, constraints);
         add(aver);
         remove(aver);

  • Horizontal scroll bar muti select list

    Hi,
    I have a multi select list the size of which is restricted doe to other items on the page but some of the values in the lov are wider that the display area, is it possible to get a scroll bar at the bottom so users can scroll alaong and see the few values that are too big.
    Thanks Andy

    The code looks like this. I can really use some help here.
    Label grp = new Label("Group By:");
         buildConstraints(constraints, 0, 2, 1, 1, 1, 1);
         gridbag.setConstraints(grp, constraints);
         add(grp);
         grplist = new List(4, false);
    buildConstraints(constraints, 1, 2, 1, 1, 1, 1);
         gridbag.setConstraints(grplist, constraints);
         for(i = 0; i <= number_of_fields; i++){
              grplist.add(data[0]);
    add(grplist);
         data6 = new Checkbox("6 sigma data",false);
         buildConstraints(constraints, 1, 12, 1, 1, 1, 1);
         gridbag.setConstraints(data6, constraints);
         add(data6);
         show = new Checkbox("Show values",false);
         buildConstraints(constraints, 1, 13, 1, 1, 1, 1);
         gridbag.setConstraints(show, constraints);
         add(show);
         aver = new Checkbox("Plot Average",false);
         buildConstraints(constraints, 1, 14, 1, 1, 1, 1);
         gridbag.setConstraints(aver, constraints);
         add(aver);
         remove(aver);

  • Vertical Scroll bar In List Item

    Dear All:
    I have to fill up list box with 100 values and i want to see only 4 values at a time,next 4 values should be shown by scrolling down vartical scroll bar.(The same functionality as we usually see in web pages' list box)
    I shall be very thankfull to u for any kind of help
    Regards
    Sam

    Thanks for reply
    Please let me know if i use FORM 9i then how can i do this task bcoz i didn't find such property like scroll bar ver in FORM 9i
    Regards
    Sam

  • Horizontal Scroll bar in a list Box?

    Hi,
    I have a requirement in Adobe Designer where my List Box should also show Horizontal Scroll bar in it.
    Is it possible?
    Thanks.

    Thanks Debadas,
    But i need both (Horizontal & Vertical) the scroll bars and depending on the data length either or both should be visible, without changing the data visiblity or text rotation.
    Regards,

  • Scroll bar error in list box

    Hello all,
    I work for a company using BI 7.0.
    We provide reports in Bex Web 7.0 to our users. They requested us for a problem in list box of selection (or filter).
    for example the user wants to filter on a characteristic. This characteristic has multiple possible values.
    He chooses a value on the first page of the list box. then he wants to select an other value and uses the scroll bar. So he clicks in the gap of the scroll bar in order to go to the next page of values. It happens correctly but we figured out that doing so the new page wasn't exactly the exact next values available.
    Indeed for example the first page displays 10 values (from 1 to 10) so by clicking in the gap we should go to the 10 next values 11 to 20 but it is not what is happening because the displayed values are 13 to 22, so the values 11 and 12 were passed by the scroll bar and we need to do singles click on the scroll bar to display values 11 and 12.
    Does someone have an answer for this issue ?
    Thank you by advance.
    Jérémy

    Thank you for your answer Michael.
    I tried to apply the modification but there was no fix to my problem.
    Here are screenshots to explain my problem :
    Screen 1 = First page
    http://www.monsterup.com/image.php?url=upload/1264688014660.jpg
    Screen 2 = second page
    http://www.monsterup.com/image.php?url=upload/1264688015650.jpg
    Screen 3 = missigne values between fisrt and second page
    http://www.monsterup.com/image.php?url=upload/1264688015672.jpg
    Any other clue ?
    Thanks
    Jérémy

Maybe you are looking for

  • Only one window opens at a time

    I bought the new 27" imac, partly because of the extra work space it gave me on the screen.  So you can imagine my frustration to find that I can only open one app window at a time. In other words, let's say I have safari open.  I click on the everno

  • Ipod not connecting again, apple please read this.

    First let me state that I made posts awhile back about my Ipod touch not being able to be recognized by itunes at all and just as a camera by windows. Now every single guide did nothing to help and the FEW people that posted had posted things I alrea

  • How can i find PP Order & Plan Order from Sales Documents?

    I want to trace all PP Orders & Plan Orders form Sales Documents No.(Item) What logic can make me achive?(AFPO?) TKS a million~~

  • Problem linking with OCI

    Hi, I am using Oracle 8.0.5.0 and am trying to compile a C++ program using the OCI. I am using RedHat Linux v5.1 with g++ egcs version 2.90.27. This is my library and object list from the makefile: ORALIBS = -lnetwork -lclient -lnetv2 -lncr -lgeneric

  • Can't add to JPanel after removeAll() is triggered by another swing compone

    Consider the bit of code below. It's a much simplified version of my real app. In jPanel1 is a single label. In jPanel2 is a single button. The button in jPanel2 is supposed to wipe clear (with removeAll()) jPanel1 and add a new label in place of the