Disable table scrollbar

Hi,
is it possible to disable the right scrollbar of the table view component so it is not visible anymore?
Best regards,
Kevin

Hi Kevin,
You get the scrollbar in table in HTML version (even if its not reqd.)
But you dont get the scrollbar (unless reqd.) in the Flex version.
Did you try running in Flex version?
Award points if you found it useful
Regards,
Vani

Similar Messages

  • Cannot disable table trigger in Oracle 9i

    Hi,
    I find out once a while I cannot disable table trigger in Oracle 9i 9.0.1.3.0. Whenever I disable it will hang for few minutes and then return an error saying 'time-out and the trigger cannot be disabled'. I have checked and all users are not using the table. I can only disable the trigger after I restart the Oracle instance or service. Anyone has this problem and how to solve it? Tks.

    plz post the error, what kind of trigger is it (ie login trigger)
    steve
    Hi,
    I find out once a while I cannot disable table trigger in Oracle 9i 9.0.1.3.0. Whenever I disable it will hang for few minutes and then return an error saying 'time-out and the trigger cannot be disabled'. I have checked and all users are not using the table. I can only disable the trigger after I restart the Oracle instance or service. Anyone has this problem and how to solve it? Tks.

  • Hello How do I delete or disable the scrollbar. I use kiosk for fulscreem wants no scrollbar What should I do?

    hello
    How do I delete or disable the scrollbar.
    I use kiosk for fulscreem wants no scrollbar
    What should I do?

    I also already deleted my phone number from iMessage on my MBP.

  • Scrollbar in disabled table

    Hello,
    in my new application I have a table with about 20 entries. 10 rows are displayed in the table ui element. To see the others it is necessary to use the scrollbar (lightspeed rendering).
    As a simple possibility to switch to display mode of the application, I set the ENABLED property of the table to abap_false. Now it is not possible to use the scrollbar anymore (scrollbar is also deactivated).
    Is this a normal behavior? Do I have to set all columns to disabled?
    Thanks and regards
    Marc

    Hi Chris,
    thank you very much. This works fine! I thought enabled has nearly the same function but I was wrong...
    Regards
    Marc
    Edited by: Marc Florschütz on Jul 23, 2010 8:51 AM

  • Disable Horizontal Scrollbar in Tablecontrol

    Hi everyobdy,
    how Do I disable the horizontal Scrollbar in a TableControl?
    Best regards,
    Hartmut

    Hi,
    Alternatively, you can do this.
    Goto Layout of your screen -> Click on the Screen Attributes of your table control -> You will find a field for Fixed Columns at the bottom of the attributes. Set that to the number of fields on your table control. For example, if you have 4 fields in your table control set that to 4. Your horizontal scroll bar will be disabled. You can also do what Marcin has suggested. Either ways it works.

  • Problem with panelbox and af:table scrollbar issue and panelstretchlayout

    Hi,
    <af:panelStretchLayout >
    <f:facet name="center">
    <af:panelSplitter orientation="vertical" positionedFromEnd="true" inlineStyle="vertical-align:inherit;">
    <f:facet name="first">
    <af:subform default="false" id="xyz">
    <af:panelBox background="light" text="Advance Search" inlineStyle="color:InactiveCaption;" type="default">
    <af:panelGroupLayout layout="scroll">
    <af:commandButton text="Search" id="advSearch" actionListener="#{ADFStandardsLeftMenu.getAdvancedSearchData}"/>
    <af:spacer width="20"/>
    <af:commandLink text="Search Tips" id="searchtips2" inlineStyle="font-weight:bold;" partialSubmit="true" clientComponent="true">
    <af:showPopupBehavior triggerType="click" align="afterEnd" popupId="advSearchPopupId"/>
    </af:commandLink>
    </af:panelGroupLayout>
    </af:panelBox>
    </af:subform>
    </f:facet>
    <f:facet name="second">
    <af:panelBox background="light" text="Basic Search" inlineStyle="color:InactiveCaption;" type="default">
    <af:spacer height="20"/>
    <af:panelGroupLayout layout="scroll" >
    --- some inputtext command buttion, dropdowns...selectonechoice..are there inside this
    </af:panelGroupLayout>
    </af:panelBox>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    </af:panelStretchLayout>
    problem:
    (we have 2 panels) of vertical
    when i run this application it is working fine. But when we minimise the browser(half size) or if we add more no of toolbars in browser (important) obviously browser size will decrease,
    that time 1 panel getting decreased second panel is maintaing fixed size, not resizing.
    I tried to give fixed size (percentage) for both panels wt ever the operation does.
    and 2nd issue
    ========
    <af:panelStretchLayout>
    <f:facet name="center">
    <af:panelSplitter orientation="vertical"
    positionedFromEnd="true" >
    <af:panelBox background="light" text="Search For Standards" inlineStyle="color:InactiveCaption;vertical-align:50%;" >
    <af:table value="#{ADFStandardsLeftMenu.mostCommonAgencySelectedList}"
    id="t1" width="100%" var="stdURL"
    emptyText="<html><b><font color='red'><center>No Records Found</center></font></center></b></html>"
    disableColumnReordering="true"
    columnSelection="multiple"
    rowSelection="multiple"
    inlineStyle="text-align:left;"
    verticalGridVisible="true"
    horizontalGridVisible="true">
    <af:column>
    </af:column>
    ---- we have more 8-10 columns
    </af:table>
    </af:panelbox>
    </af:panelsplitter>
    </f:facet>
    </af:panelstretchlayout>
    problem: that time im getting by default horizontal and vertical scrollbar, but if user add toolbars in browser (view->customize)add toolbar no of say 10-15 that time window size decreasing
    so, table size is crossing panelbox size, and bottom scrollbar is not visible (hiding under site bottom layout say site is divided into 4 parts (leftmenu, body(2 panels), right, bottom) (im not using any right layout)
    regards,
    sandeep

    Hi,
    if minimises browser window(half) or by adding more no of toolbars, i given an option as panelgrouplayout layout=scroll.
    it is working fine for 1st panel.
    but 2nd panel scrollbar not coming.
    thanks in adv.
    regards,
    sandeep

  • Table Scrollbar doesn't initially appear.

    I have a jsf page that show an af_table. (inside panel box wich is inside two panel groups,
    The table displays up to 20 records. Currently it retrieves some 23 o 24 records.
    When the application is initially loaded (that table appears in the first screen), the table displays the 20 records but the scroll bar is not displayed. After navigating to another screen and returning to the table page, the scroll bar displays ok. If I reload the first page in the browser, the scroll bar also appears.
    Any idea ?

    The panelbox is only for esthetic purposes.
    Before annexing the page code I have made some changes to isolate the table. Previously the table was inside the panel box but not now.
    The problem continues reproducing but a little different.
    Now, when you executes the page the scroll bar does appear and also the first 20 records (before the scroll bar didn't appear the first time). If you click the scroll bar to the botton, the records scroll up but not till last record. Still some records remain hidden in the bottom of the table. To try to view these records you have to click on the last viewable record and hit the down arrow key several times. You can detect that there are some records hidden under the botton side of the table but they never scroll up.
    If you finally click on button "Nueva" and the return to this page, then everything is ok.
    This is the page code:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <af:table value="#{bindings.SesionesInformativasAdfView1.collectionModel}"
                var="row" rows="#{bindings.SesionesInformativasAdfView1.rangeSize}"
                emptyText="#{bindings.SesionesInformativasAdfView1.viewable ? 'No data to display.' : 'Access Denied.'}"
                fetchSize="#{bindings.SesionesInformativasAdfView1.rangeSize}"
                rowBandingInterval="1"
                filterModel="#{bindings.SesionesInformativasAdfView1Query.queryDescriptor}"
                queryListener="#{bindings.SesionesInformativasAdfView1Query.processQuery}"
                filterVisible="true" varStatus="vs"
                selectedRowKeys="#{bindings.SesionesInformativasAdfView1.collectionModel.selectedRow}"
                selectionListener="#{bindings.SesionesInformativasAdfView1.collectionModel.makeCurrent}"
                rowSelection="single" inlineStyle="height:475px;"
                binding="#{backingBeanScope.backing_index.t1}" id="t1"
                styleClass="AFStretchWidth" columnStretching="multiple">
        <af:column headerText="Fecha Sesión" id="c3" filterable="true" width="95"
                   sortProperty="FechaSesTrunc" sortable="true">
          <f:facet name="filter">
            <af:group id="g2">
              <af:inputDate value="#{vs.filterCriteria.FechaSesTrunc}" id="id1"
                            autoSubmit="true"/>
            </af:group>
          </f:facet>
          <div align="center">
            <af:outputText value="#{row.FechaSesTrunc}" id="ot4">
              <af:convertDateTime pattern="#{bindings.SesionesInformativasAdfView1.hints.FechaSesTrunc.format}"/>
            </af:outputText>
          </div>
        </af:column>
        <af:column sortProperty="TituloEsp" sortable="true" headerText="Descripción"
                   id="c1" filterFeatures="caseInsensitive" width="70%"
                   filterable="true">
          <af:outputText value="#{row.TituloEsp}" id="ot1"/>
        </af:column>
        <af:column sortProperty="Estado" filterable="true" sortable="true"
                   headerText="Estado" id="c4" width="130">
          <f:facet name="filter">
            <af:selectOneChoice id="soc1" autoSubmit="true"
                                value="#{vs.filterCriteria.Estado}">
              <af:selectItem label="Pendiente publicar" value="Pendiente publicar"
                             id="si3"/>
              <af:selectItem label="Publicada" value="Publicada" id="si1"/>
              <af:selectItem label="Fecha pasada" value="Fecha pasada" id="si2"/>
              <af:selectItem label="" id="si4"/>
            </af:selectOneChoice>
          </f:facet>
          <div align="center">
            <af:outputText value="#{row.Estado}" id="ot3"/>
          </div>
        </af:column>
        <af:column id="c5" headerText="Acciones" align="center" width="60">
          <af:panelGroupLayout id="pgl3">
            <af:commandImageLink id="cil2"
                                 icon="/imagenes/8ebdd271-fd18-4eb0-873b-5f717e4c0879.png"
                                 action="editarDetalle"/>
            <af:commandImageLink disabled="#{!bindings.Delete.enabled}" id="cil1"
                                 icon="/imagenes/6fd2781f-54d1-4a84-b09c-c84f006ba13c.png"
                                 action="#{backingBeanScope.backing_index.borrar_registro}">
              <af:showPopupBehavior popupId="::p1" align="afterEnd" alignId="cil1"/>
            </af:commandImageLink>
          </af:panelGroupLayout>
        </af:column>
      </af:table>
      <af:group id="g3">
        <af:panelGroupLayout id="pgl5" layout="scroll">
          <af:spacer width="10" height="10" id="s2"/>
          <af:panelBox text="Tabla de gestión de Sesiones Informativas" id="pb1">
            <f:facet name="toolbar">
              <af:group id="g1">
                <af:commandImageLink text="Nueva" id="cil3"
                                     icon="http://itemsweb.esade.edu/apps/img/add.png"
                                     action="nuevaSesion"/>
              </af:group>
            </f:facet>
            <af:panelGroupLayout id="pgl1" layout="scroll"/>
          </af:panelBox>
        </af:panelGroupLayout>
        <af:spacer width="10" height="10" id="s1"/>
        <af:popup id="p1">
          <div align="center">
            <af:panelGroupLayout id="pgl6" layout="vertical">
              <af:outputText value="¿ Está seguro que desea eliminar el registro ?"
                             id="ot2"/>
              <af:spacer width="10" height="10" id="s3"/>
              <af:panelGroupLayout id="pgl7" layout="horizontal">
                <div align="center">
                  <af:commandImageLink text="Si" id="cil4"
                                       action="#{backingBeanScope.backing_index.borrar_registro}"/><af:spacer width="10"
                                                                                                              height="10"
                                                                                                              id="s4"/><af:commandImageLink text="No"
                                                                                                                                            id="cil5"/>
                </div>
              </af:panelGroupLayout>
            </af:panelGroupLayout>
          </div>
        </af:popup>
      </af:group>
      <!--oracle-jdev-comment:preferred-managed-bean-name:backing_index-->
    </jsp:root>

  • Click on table scrollbar

    Hi
    i've a problem
    i have an event structure with a table
    when i click into a cell a dialog box ask me some values and it works properly.
    When i've several values into table 2 scrollbars are visible and the click on the scrollbars arrows (and on bars) are treated as event and the dialog box appears again.
    How can i separate this two "clicks behaviour" ?
    thanks
    http://www.sd-studio.it - web design agency

    no...the problem isn't how to insert values etc...this works great
    the problem is understanding the reason why when i click on the scrollbar to move left or right the event structure execute the code inside the "mouse up" event.
    http://www.sd-studio.it - web design agency

  • Is there a property to set the position of a table-scrollbar to the begining?

    Hello,
    i have a VI which displays a table and the table gets data from time to time.
    Are there any properties that i can use to set the scrollbar at the right side to the beginning of the table?
    The scrollbar stays always at the last position.
    Thx for your help.

    The property is "Index values"
    Message Edité par chilly charly le 11-08-2007 04:03 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Example_BD.png ‏1 KB

  • Is it possible to enable/disable table row selection?

    I have a situation where a user can add rows to a "selection" table with a value that is used to perform a query to get a collection of objects associated with that value. Once those objects are available, a second "results" table will be populated with the row(s) returned. When the value is entered in the selection table, a web service call is made to perform the query and return the results. This may take a few moments and I am displaying an indeterminate progress indicator for the selection table row involved to indicate that the data is not yet available - the progress indicator is included as a column in the row; each row has its own indicator. Once the results are received the indicator is hidden to indicate the query for that row has completed. The user may enter as many rows in the selection table as they wish so there is a distinct possibility of multiple queries being executed at a given time. I have also attached a row selection listener to the selection table such that when a given row is selected, the results table will display the corresponding associated row(s).
    What I'd like to be able to do is somehow temporarily disable the selection of any row that has a query in progress, while leaving other rows whose queries have completed be selectable. Once the query completes, the row can then become selectable, thus allowing for the results to be loaded and displayed in the results table. The way it works right now, if the row is selected while the query is still in progress, nothing is displayed (obviously), but then the row has to be re-selected after the query has completed to see the results. This is a viable (though undesirable) solution/workaround if there is at least one other row in the table. However, if the row is the only row in the table and has been selected, it cannot be re-selected (there's no other row to select to allow for re-selection). To boil it down, what I'd like to do is prevent the selection of the row until the query for that row is complete.
    After perusing the JavaFX 2.2 API, I'm not seeing any obvious way to achieve this effect. If anyone has any solutions, suggestions, etc. on how this could be done I'd appreciate it greatly.

    Here's an [url https://github.com/james-d/Conditionally-selectable-table]example. As predicted, keyboard navigation fails if the keyboard presses would result in an unselectable item being selected using the default selection model. The best workaround I can see for this is to register event filters for the appropriate keyboard strokes, as in the previously referenced thread.
    Update: That code won't run in the current (ea b90) release of JavaFX 8.0, and probably a few recent releases; it will however run in the final release (and it runs in JDK 7). See [url https://javafx-jira.kenai.com/browse/RT-30593]RT-30593
    Edited by: James_D on May 22, 2013 7:51 PM

  • Disable Table field cells based on Row Data

    Hi,
    Need to disable cells of a simple table based on a row level value. For example: if the column6 value for 3rd row is 'A' disable column2 for the 3rd row (No User entry can be made). This behaviour would be same for all rows having column6 as 'A'.
    Please advise.
    Thanks
    Anirban
    Edited by: user1580623 on Jun 29, 2009 6:31 AM

    Anirban,
    Please check the Switcher Bean. You need to associate an attribute to the Switcher. It would have multiple cases (items under them). Based on the value of the Switcher attribute appropriate Case is selected.
    In your VO you can write a decode logic to set the value of Switcher attribute based on the conditions. The selected case can have disabled items and hence you can get the behaviour of your choice.
    Regards
    Sumit

  • Disable unwanted scrollbars from iview

    Hi,
    I need to get rid of scrollbars from iviews that I have added to my portal page. I have now 4 iviews in my page.
    I referred to this thread : How to remove an unneeded scroll bar from an iView?
    Changed the Isolation mode from URL to "Embedded" - but somehow the iview doesnt seem to come up on my page.
    I have set the Height type as "fixed" and have disabled the tray features.
    Please let me know what I am missing out.
    -Ashwini.

    Hi Ashwini,
    How about trying to remove the "Show Tray" and "Show Object Name in Tray".
    They can be found in the Property Category - "Appearance- Tray".
    Do the above if you do not need the name of the iview to be shown and that you do not require users to do activities (like refresh, details..) on the iviews.
    I had the same problem on my News iview where I have 2x scrollbar. They are resolved via the above approach.
    Hope that helps for your situation.
    Ray

  • Disable horizontal scrollbar

    Can anyone tell me how to disable a horizontal scrollbar in a
    regular frame (not iframe)? See the following website:
    http://www.tobyislandoysters.com/welcome.htm
    I want viewers to be able to scroll through the text, top to
    bottom, but the horizontal scrollbar acroos the bottom not only
    clutters the page, it is unneccessary.

    Change this:
    <frame src="main.htm" name="mainFrame" frameborder="yes"
    scrolling="auto"
    To this:
    <frame src="main.htm" name="mainFrame" frameborder="yes"
    scrolling="yes"
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/pop
    The Ultimate DW Menu System
    "kcrockett" <[email protected]> wrote in
    message
    news:goa2tj$719$[email protected]..
    > Can anyone tell me how to disable a horizontal scrollbar
    in a regular
    > frame
    > (not iframe)? See the following website:
    >
    http://www.tobyislandoysters.com/welcome.htm
    I want viewers to be able to
    > scroll through the text, top to bottom, but the
    horizontal scrollbar
    > acroos the
    > bottom not only clutters the page, it is unneccessary.
    >

  • How to disable table header column reordering

    Does anyone know how to disable reordering of some but not all columns in tableview ? For that matter how to disable reordering for all columns?
    Thanks in advance !

    The following code will disable sorting in all columns
    public static <S> void disableSort(TableView<S> table){
    Iterator<TableColumn<S,?>> columns = table.getColumns().iterator();
    while(columns.hasNext())
    columns.next().sortableProperty().set(false);
    }

  • Programmatically enable/disable application scrollbars

    Hi,
    At present I need to modify some of our custom tools in LabVIEW 2010 to work on lower resolution screens. The automatic rescaling functionality is not really an option as it distorts most UI features. I have looked at adding a vertical/horizontal scrollbar to the application and this appears to do what I need reasonably well. Unfortunately for those who do have the high resolution screens, I don't really wish for the scrollbars to be enabled. Is there a way of programatically enabling/disabling the vertical or horizontal scrollbar of an application? I can see this being possible on the controls, but haven't found the option for the actual application.
    Thanks in advance for any help you can offer.
    Regards,
    Shane 
    Solved!
    Go to Solution.

    Hi!
    I'm glad you sorted it out 
    Regards,
    Even
    Certified LabVIEW Associate Developer
    Automated Test Developer
    Topro AS
    Norway

Maybe you are looking for

  • Is anyone polite enough to help me, somed

    The only reason I'm pissed off is because I've posted this more than a week ago, and NO ONE answered. This has happened to me before on this website, and I'm close to letting everyone know that no one is helpful here... But I hope I'm wrong. Last wee

  • I need to upload Elements 5.0

    I need to upload Adobe Photoshop Elements 5.0

  • Export Scorm with Files

    In Captivate 4, how can I include additional files (XLS, XLSX, PDF, JS , HTML) that is used to launch links (User clicks on link, launches PDF in seperate window. User click on link, Launches HTML in seperate window). The files must be included in th

  • BOO HOO NO BT VISION CO3 ERROR

    After a year away from BT vision due to being cut off for 4 days - phone, broadband & vision (BT's fault) and then a manager being very rude on the phone then being charged £250!!! after a btopenreach enginer disconnected our services by accident. we

  • Urgent help needed reg. user exists..

    HI friends, I have one issue reg. user exists. I need to add 3 additional fields are Project Sponsor, Project Manager, WBS Function to the transaction  cje2 using the enhancement : KAP10001 Exit :  EXIT_SAPLPS01_002 i followed writing the code for ka