Scrollbar on left side of Datagrid

I was able to move the scrollbar to the left side in a datagrid using the following:
        protected override function updateDisplayList( unscaledWidth:Number, unscaledHeight:Number ):void
            super.updateDisplayList( unscaledWidth, unscaledHeight );
            if( verticalScrollBar && verticalScrollBar.visible ){
                verticalScrollBar.x = 0;
This only moved the scrollbar and not the header for the scrollbar. It also does not move the columns over.
Is there a way to do this? There doesn't seem to be any examples for moving a scrollbar to the left side of
a datagrid except for the code that i've listed above.

I have tried this
verticalScrollBar is created only when displayed, so the rigth way is update it's position in updateDisplayList, but listContents displayed with errors.

Similar Messages

  • DataGrid scrollbar on left side.

    I know I have seen a topic about this somewhere but this
    forum has such a bad searchfunction that I cant find the answer...
    I have 2 DataGrids, 1 must have the vertical scrollbar on the
    right side (normal), and 1 must have the vertical scrollbar on the
    left side (not normal).
    I have tried everything I could think of. Help files didn't
    help, tutorials didn't help, looking through the UIScrollbar and
    DataGrid class files didn't help either.
    I'm stuck...
    If anyone knows how to do this, please share.
    p.s. the tricks that people use to get the scrollbar to the
    left in a "scrollpane" component do NOT work for
    DataGrids...

    Also tried:
    _root.myDG.vScroller._x = 0;
    _root.myDG.setHPosition(-15);
    didn't work... I also tried adding this:
    myDG.vScrollPolicy = "off"; (this removes the vertical
    scrollbar)
    and then adding an additional UIScrollbar component into the
    DataGrid... but even after configuring it correctly it will not
    interact with the DataGrid (perhaps it only works for textfields).
    Anyone?!?

  • How move vertical scrollbar to left side (for lefties on tablets)

    till now in all previous ff i could easily move vertical scrollbar from right side to left. but i cant find the instruction now

    Set the pref layout.scrollbar.side to '3' to place the scroll bar at the left side.
    See http://kb.mozillazine.org/layout.scrollbar.side (default is 0: user interface)
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • ScrollPane: Howto have vert. scrollbar on left side ?

    Is there a way to have the vertical scrollbar (on a scrollpane) on the left side (rather than on the right side) ?

    AFAIK only by using your own skin for ScrollPane (and probably TreeView, ListView and TableView).

  • Tip: Moving Vertical Scrollbar To Left-Side

    I like being able to move the vertical scrollbar to the left-side of the viewing area.
    But the problem is with CSSs position:absolute and position:fixed is that if the left attribute is set to less than 20 the scrollbar will cover it up. For instance left:5px will be covered by the scrollbar.

    Set the pref layout.scrollbar.side to '3' to place the scroll bar at the left side.
    See http://kb.mozillazine.org/layout.scrollbar.side (default is 0: user interface)
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Move scrollbar to left side of component

    I would like to create a container with a scrollbar on the
    left-hand side. How can I do this in MXML or Actionscript?
    Thanks!
    Russ

    LOL - oh boy do I....
    Check the uberlink and MacFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/)
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp)
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Codeless" <[email protected]> wrote in
    message
    news:eita8l$a8f$[email protected]..
    > Thanks for the bluntness.
    > Do you have a suggestion or alternative to these boulder
    sucking menus?
    >
    > Thanks

  • My scrollbar unexpectedly has moved to the left side of the screen (only in Firefox), and I don't know how to move it back

    my scrollbar has unexpected moved to the left side of the screen in stead of the right side, and I don't know how to move it back. This only occurs in Firefox.

    Set the pref layout.scrollbar.side to ''2'' to place the scroll bar at the right side.
    See:
    * http://kb.mozillazine.org/layout.scrollbar.side (default is 0: user interface)

  • Put the TLF vertical scrollbar on the left side in flash CS4

    Hi, all
    I’m using Arabic words on TLF so I want to put the vertical scrollbar on the left side. But I don’t know how to do it. Could anybody give me an example?
    Thanks.

    Hi azeem
    I have been learning how to deal with arabic fonts now in flash10 and from what i have read up so far adobe has stopped updating the TLF component and it is been said it will only reappear with flash11 again. So if there is a bug with 64 bit os , then it is stuck like that for now. Another point to mention while using the forums and from personal testing is that the adobe arabic font will not handle diacritics correctly. You should try use Arial version 4 (the arial that ships with vista , the arial that shipped with xp is also faulty).
    Ian Pretorius

  • Region buttons to left side of screen

    Hi,
    In APEX 4.1 I would like to move my region buttons (like Save, Cancel etc in a Master Detail form) to the left side of the screen, now they're on the right side.
    Reason: Some reports are pretty wide, so I need to use the horizontal scrollbar to see buttons.
    In some cases, using IE7, the right part of the screen is even disappeared without horizontal scrollbar.
    Theme: 7. Modern Blue
    Region Template: Reports Region
    Browser: Firefox8 / IE8
    I looked into the Region template, but it's not clear to me how to modify that.
    JP

    I know this is an old thread but still an issue for me. In older versions of APEX it was easy enough to copy a region template and the just change the "align" from right to left. But now it seems this is buried in a CSS with a class of rc-content-button. I found many *.css files on the web server that seem to define the rc-content-button class but have now idea which specific file it is so and I could not see where in any one of them that caused the buttons to align to the right.
    Like the original poster, I have a wide tabular for that requires users to page right to submit the page. I'd really like to avoid this.
    Thanks in advanced for any help!

  • JScrollPane's scrollbar on left handside

    Is there a way to set JScrollPane's vertical scrollbar on left hand side.

    Well I believe it is more work like this... I preferd to disabled the manager for the vertical JScrollBar and keep the rest of its functionnality... and add a small manager on the extra vertical JScollBar... but we can not know until someone tryies it!!!;0)))
    JRG

  • Container's right Side scroll-bar to left side !!!

    Hi folks,
    I have something like this in my app:
    <s:Scroller width="500" height="500">
         <s:Group>
              <s:RichEditableText editable="false" id="RET"/>
         </s:Group>
    </s:Scroller>
    But the problem is here, the location of scrollbar is in the right side of container... I want it in the left side of my container. How can I do this?!
    and also after that, How can I costumize my scrollbar? change colours and use some specific pics instead of my scrollbar arrow objects?!
    cheers

    I found the way, myself. For my simple code above, It will be something like this:
    <s:Group id="myGroup"
         width="500" height="500"
         x="10" y="10"
         clipAndEnableScrolling="true">         
              <s:RichEditableText editable="false" id="RET"/>
    </s:Group>
    <s:VScrollBar height="500"
         viewport="{myGroup}" x="{myGroup.x}" y="{myGroup.y}"/>
    Cheers
    BornA

  • Since installing LTR 5.4, which I've now upgraded to 5.6, I've encountered repeated slowness and malfunctions in operations, especially when using the Compare View function and the Tab key to open and close the right and left side panels.  Such problems n

    Since installing LTR 5.4, which I've now upgraded to 5.6, I've encountered repeated slowness and malfunctions in operations, especially when using the Compare View function and the Tab key to open and close the right and left side panels.  Such problems never arose during two years of using LTR-4 and nothing else has changed on my computer.  I have a pretty simple system with only a few plug-ins, which are usually not in operation.  I have 12GB of RAM in my Windows 7 PC.  I could illustrate these problems with screen shots if you would tell me how to submit screen shots.  Otherwise I will try to describe the problems in words.
    The problem is clearly cumulative, growing worse as usage time passes.  Compare View feature gradually slows down and eventually seems to choke as my work session proceeds. If I Exit LTR and re-enter and start all over, things will work normally for maybe 30 minutes, but then the Compare View feature begins to become very slow to respond.   In a recent example with my screen full of thumbnails in Library mode I highlighted two images to compare. LTR started to open the Compare View screen by first having the top row of thumbnails disappear to be replaced by the "SELECT" and "CANDIDATE" words in their spaces  (but no images), but Compare View never succeeded in gaining control of the screen. After some seconds the top row of thumbnails reasserted its position and the Compare View windows disappeared. But LTR kept trying to bring them back. Again the top row of thumbnails would go away, Select and candidate would reappear, try again, and give up. This went on for at least 2-3 minutes before I tried to choose File and Exit, but even that did not initially want to respond. It doesn't like to accept other commands when it's trying to open Compare View. Finally it allowed me to exit.
    To experiment I created a new catalog of 1100 images.  After 30-40 minutes, the Compare View function began to operate very slowly. With left and right side panels visible and two thumbnails highlighted, hitting Compare View can take half a minute before the two mid-size  images open in their respective SELECT and CANDIDATE windows. When the side panels are open and two images are in the Select/Candidate spaces, hitting the Tab button to close the side panels produces a very delayed response--25-30 seconds to close them, a few more seconds to enlarge the two images to full size. To reverse the process (i.e., to recall the two side panels), hitting Tab would make the two sides of the screen go black for up to a minute, with no words visible. Eventually the info fields in the panels would open up.
    I also created a new user account and imported a folder of 160 images. After half an hour Compare View began mis-placing data.  (I have a screen shot to show this.)  CANDIDATE appears on the left side of SELECT, whereas it should be on the right. The accompanying camera exposure data appears almost entirely to the left of the mid-screen dividing line. Although the Candidate and Select headings were transposed, the image exposure data was not, but the data for the image on the right was almost entirely to the left of the line dividing the screen in two.
    Gurus in The Lightroom Forum have examined Task Manager data showing Processes running and Performance indicators and they see nothing wrong.  I could also send screen shots of this data.
    At this point, the only way I can process my images is to work 30-40 minutes and then shut down everything, exit, and re-start LTR.  This is not normal.  I hope you can find the cause, and then the solution.  If you would like to see my screen shots, tell me how to submit them.
    Ollie
    [email protected]

    Since installing LTR 5.4, which I've now upgraded to 5.6, I've encountered repeated slowness and malfunctions in operations, especially when using the Compare View function and the Tab key to open and close the right and left side panels.  Such problems never arose during two years of using LTR-4 and nothing else has changed on my computer.  I have a pretty simple system with only a few plug-ins, which are usually not in operation.  I have 12GB of RAM in my Windows 7 PC.  I could illustrate these problems with screen shots if you would tell me how to submit screen shots.  Otherwise I will try to describe the problems in words.
    The problem is clearly cumulative, growing worse as usage time passes.  Compare View feature gradually slows down and eventually seems to choke as my work session proceeds. If I Exit LTR and re-enter and start all over, things will work normally for maybe 30 minutes, but then the Compare View feature begins to become very slow to respond.   In a recent example with my screen full of thumbnails in Library mode I highlighted two images to compare. LTR started to open the Compare View screen by first having the top row of thumbnails disappear to be replaced by the "SELECT" and "CANDIDATE" words in their spaces  (but no images), but Compare View never succeeded in gaining control of the screen. After some seconds the top row of thumbnails reasserted its position and the Compare View windows disappeared. But LTR kept trying to bring them back. Again the top row of thumbnails would go away, Select and candidate would reappear, try again, and give up. This went on for at least 2-3 minutes before I tried to choose File and Exit, but even that did not initially want to respond. It doesn't like to accept other commands when it's trying to open Compare View. Finally it allowed me to exit.
    To experiment I created a new catalog of 1100 images.  After 30-40 minutes, the Compare View function began to operate very slowly. With left and right side panels visible and two thumbnails highlighted, hitting Compare View can take half a minute before the two mid-size  images open in their respective SELECT and CANDIDATE windows. When the side panels are open and two images are in the Select/Candidate spaces, hitting the Tab button to close the side panels produces a very delayed response--25-30 seconds to close them, a few more seconds to enlarge the two images to full size. To reverse the process (i.e., to recall the two side panels), hitting Tab would make the two sides of the screen go black for up to a minute, with no words visible. Eventually the info fields in the panels would open up.
    I also created a new user account and imported a folder of 160 images. After half an hour Compare View began mis-placing data.  (I have a screen shot to show this.)  CANDIDATE appears on the left side of SELECT, whereas it should be on the right. The accompanying camera exposure data appears almost entirely to the left of the mid-screen dividing line. Although the Candidate and Select headings were transposed, the image exposure data was not, but the data for the image on the right was almost entirely to the left of the line dividing the screen in two.
    Gurus in The Lightroom Forum have examined Task Manager data showing Processes running and Performance indicators and they see nothing wrong.  I could also send screen shots of this data.
    At this point, the only way I can process my images is to work 30-40 minutes and then shut down everything, exit, and re-start LTR.  This is not normal.  I hope you can find the cause, and then the solution.  If you would like to see my screen shots, tell me how to submit them.
    Ollie
    [email protected]

  • How can I display all bookmarks on left side of window without opening library?

    I usually have a bookmarks view (NOT the toolbar) open in the left side of the Firefox window. It shows all my bookmarks, much as the library view does, but not in a separate window. After Firefox crashed, I restarted a "new session" and the bookmarks were not visible. The help files only talk about the bookmarks toolbar, not what I'm looking for.

    You can open the Bookmarks in the sidebar via View > Sidebar > Bookmarks (Ctrl+B)<br />
    Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    You can find toolbar buttons to open the bookmarks and the history in the sidebar in the toolbar palette and drag them on a toolbar.<br />
    Firefox 4 has two bookmark buttons with a star in the Customize window.<br />
    One star button has a drop marker that open a Bookmark menu.<br />
    The other star button without the drop marker opens the bookmarks in the sidebar.<br />
    <br />
    * http://kb.mozillazine.org/Toolbar_customization

  • Is there a way to open the right click menu on the left side of your pointer?

    Whenever I try to right-click an object that's located on the right side of the screen, the pointer always automatically click whatever entry in the right-click menu which just happens to be under the pointer the moment the menu is opened. I noticed that the reason this happens is because the right click menu always forces itself to open on the right side of the pointer, and when there isn't enough space, the right-click menu will open underneath the pointer. Since this is horribly inconvenient, is there a way to open the right-click menu on the left side of your pointer?

    Are you saying you have an icon on the far right side and when you rt click on it, your pointer ends up opening wherever it lands? That is a two step process, or normally should be at least a two step process. Do you have a Mouse in your Control Panel? You should check, because there may be some properties with which you can play. For instance, I can switch primary and secondary functions on my mouse buttons by checking a box.
    When I rt click on right side, the menu opens on the left.
    When I rt click on left side, the menu opens on the right.
    In order for me to take an action, I then have to move to an area in that menu and click.
    I hope I understood your question correctly.

  • My vertical column of bookmarks down the left side of my screen has disappeared and I need to find a way to get it back in the same place.

    This is purely a lay-out issue. We used to be able to choose to permanently display our bookmarks vertically down the left side of the screen, and I want to continue to be able to do so. My bookmarks are not lost; I know they are in my library. But the system doesn't seems to allow me to leave them on permanently down the left side. Please help. I have Windows 7 64-bit and the latest version ofFirefox.

    Do you mean that the bookmarks sidebar (View > Sidebar > Bookmarks) gets disabled?
    Try:
    * http://kb.mozillazine.org/Corrupt_localstore.rdf
    * Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.

Maybe you are looking for

  • Pass parameter from request

    Hi, I have 2 pages, in page2 CO2, it passes parameter 'cancel' processFormRequest{ else if("Cancel".equals(pageContext.getParameter("event"))) pageContext.putParameter("cancel", "Y"); pageContext.forwardImmediately("OA.jsp?page=/company/oracle/apps/x

  • Business partner in Fact Sheet for Individual object

    Hi Folks, I am unable to see the assigned business partners on the Fact Sheet for an Individual object.  I have created the iObject in the portal.  Here, I could not assign any BP's during the creation as the system does not have this option.  I then

  • How do i resolve Error #2032 ? Could anyone help on this?

    @Hi, I am using the following code to launch SWF file. When i launch the page, getting "Error #2032" from GUI. Could you please advise if any changes needs to be done in the following file? Do you think this is environmental issue? Please let us know

  • Error in process when creating Purchase Order against WBS

    Hi! We are creating a purchase order (BBP_POC) against a WBS. But when trying to purchase for more than what the project budget is set to the purchase order gets the status "Error in process". We do not want the purchase order to be replicated to ECC

  • Fetching Scenario and Channel details w.r.t a System?

    Hello All, I have a requirement to retrieve the "configuration scenario" and "communication channel" with respect to a Business System. Do we have a webservice/API which does this ? Is there any way out? Regards Dhanya Nair