Horizontal Scroll unavailable when Left Sidebar region present

Hi,
I have created a classic report in Apex 4.0 which has so many columns (end user requirement) that one has to horizonatal scroll to review the whole of the report content fields returned.
This is fine...
Up until the point that I implement a sidebar region to the page, which contains within it a pull-down navigation list region.
At this point, I can no longer perform a horizontal scroll, and thus the report is visibly truncated to the first X fields that will fit within the browser standard pane.
Is there some way that I can resolve this?
Best regards,
- Tony.

Hi,
I have now managed to resolve this, and the "look" is somewhat better.
The solution I have adopted is to place a html div style in the report region's header and footer to limit the overall size.
This has limited the overall length/width of the report so users can up/down/left/right scroll through the result set on the one screen view area.
Users tend to like the whole of the report presented at once, instead of any pagination, so this works a treat.
T.

Similar Messages

  • DataGrid Horizontal Scroll Problem when datagrid contains Item renderer

    I have datagrid with horizontal scroll policy enabled. Grid
    contains some item renderer also.One of the item renderer is
    datefield when i select a date from the datefield and say the
    adjacent cell of the grid also contain datefield itemrenderer
    and i am selecting date from that itemrenderer also.When i
    scroll horizontally the date in the itemrender changes to any one
    of the two itemrenderer.Some time it works fine.I am getting the
    issue for combobox itemrender also.Can any one help me to solve
    this issue.

    "happybrowndog" <[email protected]> wrote in
    message
    news:ge11ag$jdo$[email protected]..
    >
    quote:
    Originally posted by:
    ravi_bharathii
    > I have datagrid with horizontal scroll policy enabled.
    Grid contains some
    > item
    > renderer also.One of the item renderer is datefield when
    i select a date
    > from
    > the datefield and say the adjacent cell of the grid also
    contain datefield
    > itemrenderer
    > and i am selecting date from that itemrenderer also.When
    i scroll
    > horizontally
    > the date in the itemrender changes to any one of the two
    itemrenderer.Some
    > time
    > it works fine.I am getting the issue for combobox
    itemrender also.Can any
    > one
    > help me to solve this issue.
    >
    > Ravi, I am having a similar problem. I subclass a
    TextInput as an
    > itemrenderer for a column in a datagrid. My subclassed
    TextInput checks
    > to see
    > the value in the overriden set() method, and depending
    on the value, sets
    > the
    > background color of the TextInput to green. When the
    datagrid scrolls
    > horizontally, some unrelated cell colors also change
    green and some of the
    > data
    > gets duplicated in the cells. The underlying data
    provider's data is not
    > confused however. Seems the rendering is screwed up when
    the Datagrid
    > scrolls.
    >
    > Did you find a solution to this problem? I think
    Datagrid is a piece of
    > screwed up code.
    http://www.magnoliamultimedia.com/flex_examples/Amys_Flex_FAQ.pdf
    Q2

  • 8.0.2 - problem 1 - unable to scroll screen when the keyboard is present. Huge problem for emails and other cloud based providers that allow for data entry. We need a fix ASAP!

    8.0.2 - problem 1 - unable to scroll screen down or up when the keyboard is present. When typing text, I am unable to see the text I am writing due to this problem. Huge problem for emails and other cloud based providers that allow for data text entry. While the keyboard is present, I am unable to scroll down to see the text, the screen automatically scrolls back up to the top of the screen. We need a fix ASAP!

    Have you tried resetting your iPad? You will not lose any data. Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • How to get a horizontal scroll bar when viewed in devices of lesser screen size?

    I've made a website in DW and its perfect in desktop , but when i check the site on mobile device it is not as expected. The site remains in tablet view and the text , images are not being arranged as needed. I'd be grateful if anyone could help me with this . .

    I've made a website in DW and its perfect in desktop , but when i check the site on mobile device it is not as expected.
    Did you build it to be responsive in Mobile, Tablet and Desktops?
    If you built it responsively, no horizontal scrollbars should be required since the page layout adjusts to viewport width.
    If you built your layout with fixed widths in pixels, it isn't responsive and thus won't display nicely on smaller devices.
    For better answers, we need to see your site.
    Nancy O.

  • Spark list horizontal scroller doesn't actualize when rows is set lesser than list container

    Hello,
    The size of the Image control is set larger than that of its parent Group  container. By default, the child extends past the boundaries of the parent  container. Rather than allow the child to extend past the boundaries of the  parent container, the Scroller specifies to clip the child to the boundaries and  display scroll bars.
    In the spark list, when I change the list dataProvider and the size of the Image control is set lesser than that of its parent Group  container, the horizontal scroller doesn't actualize.
    thanks.

    <!-- Simple example to demonstrate the Spark List component -->
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" applicationComplete="comp()" width="260" height="400">
        <fx:Script>
            <![CDATA[
        import mx.collections.*;
        public var dpArray:Array;
        [Bindable]
        public var dpCol:ArrayCollection;
        public function handleClick():void {
            dpCol.removeAll();
            dpCol.addItem({ label:"spark test" });
            dpCol.addItem({ label:"spark text" });
        public function comp():void {
            dpCol = new ArrayCollection(dpArray);
            dpCol.addItem({ label:"spark list horizontal scroller doesn't actualize when rows is set lesser than list container" });
            dpCol.addItem({ label:"spark test" });
            dpCol.addItem({ label:"spark text" });
             ]]>
        </fx:Script>
        <s:Panel title="List">
            <s:VGroup left="20" right="20" top="20" bottom="20">
                <s:List width="200" id="lis" dataProvider="{dpCol}" height="120"/>
                <s:Button id="button1" label="Click here!" width="100" fontSize="12" click="handleClick();"/>
            </s:VGroup>
        </s:Panel>
    </s:Application>

  • JTree behavior: very slow (horizontal) scrolling left/right

    Hello folks,
    I have an app that was very sluggish: primary a
    JTree in a JScrollPane in a JFrame (with a toolbar
    menu bar etc).
    Each node of the JTree has a user object "behind" it
    and I was able to implement HUGE performance increases
    by changing the toString() method to cache their
    representation when possible (99% of the time).
    Now 10,000 nodes scroll "snappily" up and down. Cool!
    Even with different icons drawn by the TreeCellRenderer.
    (also cached in a hash table).
    But now left/right (horizontal) scrolling is sluggish as
    heck.
    Ideas, kind friends?
    Be well !
    Eric

    Replying to my own post ...
    Discovered this behavior was introduced in
    JDK 1.3.1_01 ... the previous releases, 1.3.1 beta1,
    1.3.1 beta2, as well as the earlier 1.3.0.x, work fine.
    Eric

  • HELP - Library Left pane scroll issues ( when in grid view )

    I've run into a issue that is really starting to piss me off and hinder my workflow!
    When in Library mode grid view, I can't scroll left folder/publish service with my mouse scroll wheel. UNLESS I'm hovering over the scroll bar.  If I'm hovering over a folder, I can't scroll ( VERY annoying )
    now this is where it gets weird, when in loupe / thumbnail view, I can scroll the left pane fine with no issues.  Also, scrolling the left or right pane in Develop mode with no issues as well.
    Also, it seems like the when scrolling the right pane in Library view is a bit flakey ( it scrolls, but pauses at some places )
    I've read THIS thread, but I dont have any of that type of software on my PC. 
    I've tried 3 different mice with no fix. 
    Any help or ideas would be appreciated. 
    thanks

    @sjmphoto0300: I have a Dell XPS 15 502X laptop (running Win 7 Home) and had the same scrolling issue as you in LR 3.6 when in the Library module only (the Develop module sidebar scrolling works fine). I could not scroll using my touchpad on the left or right pane unless my cursor was directly over either thin grey scroll bar or on the actual sidebar headings (e.g. "Catalog," "Folders," or "Quick Develop"). Mousing over the latter would only enable me to scroll until the cursor was no longer over the heading which was pretty useless.
    I have Synaptics TouchPad v7.4 installed. While I don't have an option in my Mouse properties to specify certain programs that don't scroll properly as mentioned in another post, I did find a solution that works for me!
    I had to do TWO things to get scrolling in the sidebars working properly:
    1) In this thread (http://forums.adobe.com/message/3888114#3888114) it was mentioned that the Synaptics scrolling graphic that appears (see screenshot below) interferes with scrolling and the scrolling graphic can be disabled with a registry tweak and then restart the Synaptics applications (2) or reboot.
    2) Right-click an empty spot on the desktop and go to Personalize > Change Mouse Pointers > Device Settings (Synaptics logo on tab) > Settings. Click on Scrolling on the left of the Synaptics Properties window > Scroll item under pointer. Click Enable.
    That got sidebar scrolling working without having to keep the cursor hovering above the skinny scrollbars. It seems like the Synaptics software doesn't recognize what area is always scrollable in Lightroom when "Scroll selected item" is selected.
    Hope this helps someone else out there.

  • How do you disable text cursor movement when scrolling horizontally with a tilt wheel or touchpad; or rather, how do you make these horizontal scrolling actions only scroll horizontally and nothing else?

    Frequently when I use a touchpad or tilt wheel mouse to scroll horizontally, the web page does not scroll at all. Instead, the text cursor moves left or right. If the text box is off-screen, the page will jump to it, losing the spot on the page I was reading. This happens way too often given the sensitivity of touchpads and tilt wheel mice.
    I'd like to just disable the cursor movement function of the horizontal scroll. I don't feel that it is useful and it actually hurts my web browsing experience. I do not want to disable horizontal scrolling though; I just want it to always scroll horizontally and do nothing else.

    You would make this a little easier if you posted a link to the page.
    Most of the jump seems to be some extra padding or margin between the tabs  when you rollover, but I am not able to find it.  Is there any other css that is governing this page? I did remove a couple of <p></p> set of tags you had  and it improved the jump, but it is still there.
    If the page is live, run it through the validator http://validator.w3.org/ , fix whatever errors it finds, if you still have the jump, post a link to the page and the issue might get found.
    Gary

  • IPod classic: itunes tells me that my ipod is in recovery mody and needs to be restored. It then says that when it is restored that it will appear in the left sidebar however it never does. any ideas why??

    I haven't used my iPod in a few months so I charged it up, updated my itunes and everything was going fine. However when I connected the iPod to the computer and went into itunes, a message kept popping up telling me my iPod is in recovery mode and needs to be restored. I clicked on the restore option then a message telling me my ipod had been restored popped up, it also said that my iPod would appear on the left sidebar of itunes once it had restarted and to leave it connected to the computer. The apple symbol appeared on the iPod and it appeared to be restarting. While I waited for the iPod to show up in itunes it turned itself on, after another few minutes the original message popped up telling me that the iPod needs to be restored. I have tried this many times but to no avail. I have also carried out numerous procedures said to solve this problem including changing the letter of the iPod drive but still nothing works!!! I don't know what else to do!! Has any experienced the same problem? Any ideas on how to get this working??

    Hey saandyy,
    Thanks for using Apple Support Communities.
    You can try to restart the iPhone to exit recovery mode.
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/HT1430
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Recovery mode erases your device and restores it, which should resolve the issue. If you previously synced with iTunes or iCloud, you may be able to restore from your backup after recovery.
    Have a nice day,
    Mario

  • My horizontal scroll bar went missing when I maximise the window. How do I fix them?

    My horizontal scroll bar went missing when I maximise the window. How do I fix them? I tried everything; such as auto hide the task bar. Even with this, I still can't see the horizontal scroll bar. I even tried the following and I still can't see the horizontal scroll bar.
    1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste dom and pause while the list is filtered
    (3) Double-click the dom.disable_window_open_feature.scrollbars preference to switch it from false to true. By choosing true, you disable sites from deciding whether there can be scrollbars on a window, and Firefox uses its standard behavior for the page.
    If you want to always get other bars, here are the corresponding settings:
    Menu Bar: dom.disable_window_open_feature.menubar
    Navigation Toolbar: dom.disable_window_open_feature.toolbar
    Bookmarks Toolbar: dom.disable_window_open_feature.personalbar
    Please help.

    Can you post a screen shot?
    Taking a Screen shot; '''''Windows > Start >''''' search box '''''> Snipping Tool'''''.
    Save the picture(s) to your desktop. Now look at the '''Reply''' box below.
    Do you see the button under it that says '''Browse'''? Click it and then select
    the screen shot(s) from the desktop.

  • Left Aligning an Anchor object in a horizontal scroll

    I'm sure the answer to this is going to be so simple I'll be forced to learn how to kick myself.
    I have a website that contains a static header section and a table row that contains a number of pictures in a horizontal scroll.  The rest of the page does not scroll, just this one table row.
    I want to be able to designate some of the pictures as the starting point for a new section.   So I created an reference link at the top of the page,
    <a href="#portraits">PORTRAITS</a>
    and then designated one of the pictures to be the target
    Start of table row
    <table><tr>
    <td>...........pictures
    <td><a name="portraits">
    <img src="gallery/5a.gif" alt="" class="transparent5" /></a>
    <p class="notes">PORTRAITS</p>
    <p class="title">&rarr; </p></td>
    <td>
    ........continues on,
    So the question is, once a user clicks the reference how can I ensure the target aligns on the left side of the page?    currently what is happening is it is just being brought into view on the right hand side.     This isn't the estetic the site owner wants.
    Thanks for looking.

    Hi Nancy, (or anyone else with input )
    I can't seem to invoke the horizontal scroll for the site.  It may be because I have the scrolling in a single table within the body and the script seems to be calling out the full <body> tag for the target.
    my feeble attempt is here - http://www.lightmonkey.ca/indexjs.html
    The button list looks like this,
    <ul id="nav" class="scroll"  >
        <a href="#portraits">PORTRAITS   </a>
        <a href="#performance">PERFORMANCE     </a>
        <a href="#editorial">LIFESTYLE + EDITORIAL      </a>
        <a href="#industrial">INDUSTRIAL      </a>
        <span class="style6"><a href="http://lightmonkeyphotography.wordpress.com/" target="_blank">BLOG  </a></span>
        <a href="#contact">CONTACT </a></ul></td>
    So I think the JS function will call 'ul.scroll'  according to the syntax from the tutorial site, (bold in snippet at bottom)
    The start of the scrolling table looks like this,
    <div id="main"><div id="gallery">
    <table><tr>
    <td><a name="portraits">
    <img src="gallery/5.gif" alt="" class="transparent5" /></a>
    <p class="notes">PORTRAITS</p>
    <p class="title">&rarr; </p></td>
    <td>
    etc
    so what would be the function target?  (target, my term, also in bold in the snippet below)
    <!-- The JavaScript -->
            <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>       
            <script type="text/javascript" src="reffile/easing.js"></script>
            <script type="text/javascript">
                $(function() {
                    $('ul.scroll a').bind('click',function(event){
                        var $anchor = $(this);
                        if you want to use one of the easing effects:
                        $('html, body').stop().animate({
                            scrollLeft: $($anchor.attr('href')).offset().left
                        }, 1500,'easeInOutExpo');
                        $('html, main').stop().animate({
                            scrollLeft: $($anchor.attr('href')).offset().left
                        }, 1000);
                        event.preventDefault();
            </script>
    Any suggestions on this?
    Thanks again!  tried to just figure it out but 3 dozen combinations have not worked out....

  • When i zoom in google chrome, the paragraphs are resized to adjust without horizontal scroll. can this be done in safari?

    when i zoom in a website while viewing in chrome, there is less chance of the horizontal scroll. but the same page in safari leads to lot of horizontal scroll.
    vertical scrolling is ok while reading, but not both.

    yeah smart zoom is definelty good, thanks for the quick response, i feel home by getting such quick response.
    but may be few cases i felt chrome has done some good tweeks while zooming the paragraph. may be when i find specific pages i will post them.
    actually i like safari, but previous favorite was chrome. so wanted to get some best things from there.

  • Where did the iPod shortcut button go when you double click the home button and scroll to the left?

    After upgrading to iOS 4.3.2 I have noticed that when I double click the home button the multitasking tray pops up when you scroll to the left the ipod shortcut is no longer there, it has been replaced by a safari shortcut. Is this right??

    Reset
    Have you tried rebooting the device? Hold down on the sleep and home buttons until the Apple logo appears on the screen. If this fails, connect it to a power source and try again holding them for at least 20 seconds.
    Reset Home Screen
    Reset All Settings
    Reset all settings on Device. On your Device, open Settings, then navigate to “General” in the left-hand pane. Scroll down and tap Reset, then select “Reset All Settings.” This will delete any stored WiFi passwords and Appleid login information, but can result in a more stable function. On the final screen you will restore your backup or “Setup as new device” to keep current info intact.

  • A region with horizontal scroll bar?

    I do have a page with 2 regions next to each other:
    region1 region2
    In region1 I am retrieving and image from database. This image has fixed set of attributes like width and height. In region2 there is a text retrieved from DB. I would like to configure region2 so it will have same (fixed) width and height so in cases where there is more text so it would cause region2 to be taller there will be a horizontal scroll bar.
    Is this done through ccs styles? Can any body advice how to accomplish this?
    Thank you for your time.
    DanielD

    Reuben
    Try the solution mentioned at Re: Report Displaying with Scrollbars
    for your text region.

  • When in Firefox, my taskbar covers the horizontal scroll bar. How do I change it so that it wont?

    When I'm in Firefox, the taskbar at the bottom of the screen hides the horizontal scroll bar. How do I get the scroll bar to be visible?

    Different systems and your iPhone isn't hitting the same website as your Mac. It will be redirected to a mobile version, which likely is formatted differently.
    If you know of someone who has it working that way in Safari, you might try Resetting Safari from the Safari menu.
    Are all the other options checked in Safari Autofill preferences?

Maybe you are looking for

  • Anyone got the AIR-CT2504-HA-K9 to work on N+1 Redundancy ?

    Hi Guys, Seems like the new Part #AIR-CT2504-HA-K9 needs some kinda licensing...to work... otherwise the redundancy is same as it was ealier with mobility groups. The documentation seems to be wrong in the case of 2504, i cannot find the redundancy b

  • Applications Becoming Unresponsive

    The other day my Macbook was running slower than usual, so I restarted it and when it started back up, instead of a grey Apple logo, I saw a circle with a cross through it. So I had to boot from the install cd, repair my hard drive and then do an arc

  • Unfreezing the Months in Demand Planning book.

    Hello Experts, User has limited access of change mode (6 months) in a particular demand planning book. User wants to extend the change access horizon to 10 months. Please guide me what necessary steps to be taken so that user has access to do changes

  • SQLPlus question...

    Hi All, I am trying to create a package in Oracle 10g Express Edition as follows (the package is contained in the file newpackagefile.sql): SQL> sqlplus username/pwd@dsn @newpackagefile.sql But it prompts me 5 times to enter values for different vari

  • HT204053 Icloud won't accept my username and password

    iCloud won't recognize my Allpe ID or Password?  Any ideals of what I maybe doing wrong or how to get into iCloud.  I lost all my contacts when           I updated my iphone..the contacts are still on my mac.  How can I get them back to my phone? Tha