Make scroll thumb wider than scrollbar

Hello,
I want to have a scroll thumb wider than the scroll bar in a datagrid.  For example, here is what I want to see:
http://img215.imageshack.us/img215/2613/desired.png
Where the black rectangle is the thumb, the light gray area is the datagrid, and the dark gray area is the panel.
However, when I try to do this in Flex, the scroll bar is as wide as the scroll thumb and shifts over from the right most side of the datagrid:
http://img696.imageshack.us/img696/4765/whatiget.png
According to the ScrollBar documentation, the scroll bar is as wide as widest subcomponent.  My attempt around this was to place a sprite over where the thumb is, but the problem with this is that since the thumb sprite is at an index above the datagrid, the thumb is no longer scrollable (the hand is not seen when you hover over the thumb).
Any ideas?
Thanks.

I'm not sure what you mean by this.  My scroll track has no skin.
By the way, you have to copy and paste the first link into your browser because I formatted the HTML incorrectly.

Similar Messages

  • How can I make a JTable wider than the cumulation of its columns??

    I have a JTable that overrides tableChanged to modify its size based on how many rows and columns it has and adding 16 pixels. Everything works great with adding 16 pixels to the bottom of my table, but when I try to add 16 pixels to the right side, the columns grow to fill the space even though I have AUTO_RESIZE_OFF.
    I want there to be 16 pixels between the edge of my last column and the edge of the scroll pane when I have scrolled all the way to the right.
    Does anybody know how to do this?? I have been messing with it for hours!
    Tonya
    P.S. Here is the code so far:
         class AlgoResultsSpreadsheetTable extends JTable {
              AlgoResultsSpreadsheetTable() {
                   super();
                   setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
                   setOpaque(false);
              public void tableChanged(TableModelEvent e) {
                   super.tableChanged(e);
                   setMinimumSize(new Dimension((getColumnCount() * 75) + 16,
                             (getRowCount() + 1) * 16));
                   setPreferredSize(new Dimension((getColumnCount() * 75) + 16,
                             (getRowCount() + 1) * 16));
                   JTableHeader header = getTableHeader();
                   header.setPreferredSize(
                             new Dimension((getColumnCount() * 75) + 16, 200));
         }

    Nevermind... I just figured it out:
                   Enumeration<TableColumn> enu = getColumnModel().getColumns();
                   while (enu.hasMoreElements()) {
                        TableColumn column = enu.nextElement();
                        column.setPreferredWidth(75);
                        column.setMaxWidth(75);
                        column.setResizable(false);
                   }

  • Just updated firefox and it's wider than my screen, i have to scroll over to the right just to log in on a web site i never had to do that before. How can i change that?

    had to replace motherboard, before i didn't have to scroll over to sign in to my account. Just updated firefox and it seems wider than my screen tried adjusting the size of the web page but that didn't really work all that well, open for suggestions please.

    This issue can be caused by the Babylon Toolbar extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Is there any way to make the scroll bars wider and blue in Lion?

    Is there any way to make the scroll bars wider and blue in Lion?

    Nope, afraid not. The only third-party utility that you might look at is LionScrollBars 0.5.4. You can search for others at MacUpdate or CNET Downloads.

  • IFrame source content wider than div

    iFrame content is wider than the div container: <div class="center-clear page-content-wrapper">  990
    my source for the iFrame content is 1150 wide
    <div class="center-clear page-content-wrapper">
    <IFRAME src="iFrame_gallery.html" width="990" height="830" align="center" scrolling="no">
    </IFRAME>
    </div>
    I can't make the source site smaller to fit inside <div class="center-clear page-content-wrapper">
    How do I make t<div class="center-clear page-content-wrapper">  wider without causing the whole page to go wider?
    Need to make it 1150 wide.
    Please Advise
    Thank you

    Try to use scroll bars by using this style:
    .page-content-wrapper {
        overflow: scroll;
    hope this helps otherwise please post a link to your page.

  • HP 2025/XP: Error Message when printing envelopes wider than long

    Is there any way to print envelopes wider than long (e.g., A2 through A7) without getting the error message "Unrecognized Paper" and encountering long cleaning cycles between each envelope.  I prefer not to feed envelopes end-ways as they tend to gather due to the paper layers.  I have had some success in using cut-to-size card stock under the flap (secured with a post-it) to make the printer "think" that the envelope is longer than wide, but this is time-consuming as well.  Thanks for any help.

    This seems to be a commercial product. For the best chance at finding a solution I would suggest posting in the forum for HP Business Support!
    You can find the Commercial Laserjet board here:
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Aperture thinks its window is wider than it is

    Having a new problem since yesterday. The Aperture window thinks it is wider than it is, meaning that in the viewer images are shifted to the right, sometimes distorted and duplicated. In the browser images fall off the right. The search field is not accessible as its off screen (out of the window).
    I've tried rebooting, zapping PRAM, deletiing prefs, reinstalling aperture, switching to other libraries. Same. No other apps have problems. Any ideas?

    Trash Aperture's preferences.   The preferences.plist stores the current layout of the GUI elements, and if it becomes corrupted you may see these broken layout.
    See: http://support.apple.com/kb/ht3805
    Quit Aperture.
    In the Finder choose Go to folder from the Go menu.
    Type ~/Library/Preferences in the "Go to the folder" field. Press the Go button.
    Remove the "com.apple.Aperture.plist" file from the Preferences folder.
    Restart your computer if you're using OS X Mavericks.
    Note: The locations of your Aperture libraries are stored in the preference file listed above. If you have stored your library outside the default location of  ~/Pictures/Aperture Library, make a note of where the library is before deleting the Aperture preferences file. If you have more than one library, you can bring up a dialog to choose which one to load by pressing Option immediately after you open Aperture.
    In addition to the file "com.apple.Aperture.plist" you may also need to remove the mirrored copy in ~/Library/Containers/com.apple.Aperture/

  • Scrolling thumbs gallery offset

    hi guys,
    i'm currently re-using a code snippet of xml gallery with scrolling thumbs, but i got a problem :
    my mask is stagewidth and my pictures holder depend of thumbs numbers,
    sometimes after resizing windows browser, while scrolling to the browser sides limit i  cannot see the end of the last pic or the start of the first pic,
    how to fix that ?
    here the code :
    function scrollThumbs(event:Event) : void {
                speedRNDM = -content_mc.itemHolder_mc.width / slideMask_mc.width * mouseX + mouseX;
                if (content_mc.itemHolder_mc.width < slideMask_mc.width)
                    content_mc.itemHolder_mc.x = 0; // stay at origin if stage width is longer than itemHolder : we see all pictures (no scrolling needed)
               else {
                    content_mc.itemHolder_mc.x = content_mc.itemHolder_mc.x + Math.ceil((speedRNDM - content_mc.itemHolder_mc.x) * speedX);
                   if (content_mc.itemHolder_mc.x > 0)
                       content_mc.itemHolder_mc.x = 0; // need smoother move here..
                    if (content_mc.itemHolder_mc.x < slideMask_mc.width - content_mc.itemHolder_mc.width)
                       content_mc.itemHolder_mc.x = Math.ceil(slideMask_mc.width - content_mc.itemHolder_mc.width);
                return;

    Hi,
    ok i got more time now to get back on this,
    i've uploaded the simplified source to isolate the bug :
    http://missjohanna.free.fr/scrollbug.zip
    if someone may have a look on this ,
    that's only a 2 mn fix for a skilled as3 programmer,
    but for me a headache
    thanks

  • How can i make the sound louder than it already is?

    How can i make this laptop louder than it already is? Is the sound quality of this mode typically this low?

    Hi,
    Are you talking about a home theater which is connected to you laptop or the laptop istelf ? If the laptop itself then what is it ? To help us answer question quicker, please read this:
       http://h30434.www3.hp.com/t5/First-Time-Here-Learn​-How-to/Welcome-Get-started-here/td-p/699035
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Since upgrading to Yosemite, when I try to compose a new message, the window is wider than the screen and I can't adjust the width.

    Ever since I upgraded to Yosemite on my MacBook Air, I cannot get the mail window to adjust to a size that fits my screen.  It is wider than the screen size and although I can adjust the height, the adjustment arrows will not adjust the width.  I am not having the same problem with my mac mini since I upgraded that computer.  This is a pain because I spend most of my time on my air sending out e-mails to clients

    Greetings kbug61,
    It appears you are experiencing issues with window sizes and displays. Have you attempted to adjust your resolution at any point? That may be why the windows aren't managed properly. The following article may help you find a solution:
    OS X Yosemite: Adjust your display’s resolution
    Your display’s resolution determines the size of text and objects on your screen. By default, the resolution on your display is set to show the sharpest text and the most detailed images. While it’s best to use the default resolution, you can manually set the resolution to make text and objects appear larger on your screen, or adjust it to make text and objects appear smaller so you have more space on your screen.
    Depending on how you adjust the resolution, some apps may not fit entirely on the screen. Using a scaled resolution may affect performance.
    Set the resolution for your primary display
    Choose Apple menu > System Preferences, click Displays, then click Display.
    Select Scaled, then select one of the scaled resolution options.
    Set the resolution for a connected display
    If you have more than one display, additional resolution options are available.
    After the display is connected, choose Apple menu > System Preferences, click Displays, then click Display.
    Press the Option key while you click Scaled to see additional resolutions for the second display. Then select a scaled resolution option for the second display.
    If you changed your display’s resolution and now there’s no picture
    Connect multiple displays to your Mac
    Set options for accessibility
    Thank you for contributing to Apple Support Communities.
    Best,
    Bobby_D

  • Email opens wider than display

    When I open some, maybe a tenth of my incoming emails, they open in window much wider than my display, like twice display width. Probably happens on mail sent from Windows machines. No other time, in no other application, does anything display beyond normal screen width.
    I have to scroll WAY OUT right to for example get to the reply button.
    In Firefox or Chrome. My normal email is gmail. This is not in Apple Mail. This happens in Firefox or Chrome receiving in gmail.
    Mac Mini i5 2.5gHz 4G 10.8.5   Firefox v.30.0   Chrome v.35.0.1916.153
    Display: Dell 17" E173FP: Resolution: 1280 x 1024 @ 75 Hz
    Anybody know of a fix?

    Hello,
    I use a program called SizeUp - https://www.irradiatedsoftware.com/sizeup/
    It has additional features in addition to what you're looking for

  • How to make stills duration less than 00:00:00:01 ?

    Hi,
    This may seem an odd request, but I have a sequence of several stills of a propeller blade on a model, sort of time lapse, move and photo etc, which when played together rotates the prop. They are currently set to 00:00:00:01 and play loop sees a very slow rotation. I thus need to make them even less than that duration. Is that possible and how is it done ? They currently form the project. R/click duration and altering 01 to 001 doesnt work, the last two numbers being frame number and 25fps is the project value.
    Perhaps I need to make the project more than 25fps, so that 00:00:00:01 which means 1 frame I presume, will be seen as far less of a second than 1/25th ? How do I set project to a higher fps if this is the solution ?   Then would I save out or export the finished film as a 25fps clip to use elsewhere ?
    I also found it silly that I had to right click on each stills clip in timelie and choose duration. I tried selecting all of them and r/click duration but duration was greyed out. If I had a lot there, surely there must be a way of making all their durations the same amount at once ?
    I am unable to zoom the timeline to drag their size less.
    Envirographics

    Hi,
    Thanks for the sugestions.
    I have not yet transferred a Sequence, I have created a second sequence and dragged it out as a floating window, then dragged a selection box across my stills and dragged them over to it, but no doubt this isnt the way to make them all a combined duration of say 1 frame. They still have separate properties. How is it done such that I can give them as you say one duration for the entire lot.
    AE no doubt is After Effects. another purchase. Working on it !
    Envirographics.

  • I want to place an image in my InDesign document that can work with an address like this (\Resources\Thumb) rather than this (C:\Users\JSmith\Desktop\InDesign thumbnail Test\001\Resources\Thumb) is this possible?

    I want to place an image in my InDesign document that can work with an address like this (\Resources\Thumb) rather than this (C:\Users\JSmith\Desktop\InDesign thumbnail Test\001\Resources\Thumb) is this possible? In a nutshell I want to point the link to an image in a directory that uses just part of the address.

    I know this is something you can do in Maya with linked files. I guess InDesign just isn't there yet.
    MW Design -  Yeah I think "Relative paths" is the right term! I want to create a Layout with an image in the center of the page - and then duplicate my folder structure with that file. With that, I want to replace the Linked image file with a diferent image file of the same name. In effect having multiple files of the same layout with different images.  I hope that made sense.  

  • How to make iTunes support more than just one harddrive

    The title of this topic says it all: How do I make iTunes support more than just one harddrive? I cannot afford to buy a really huge drive just because iTunes doesn't support more than one.
    There must be a way around this! Anyone?

    I sure hope so. I run iTunes on an iBook G4 with limited space. I've got about 15gigs of music on an external harddrive. I only use the harddrive at home so I like to keep a handful of albums with me on the lappy. There should be some way to designate a primary folder on the laptop for imports, and a secondary (external or whatever) for the bulk of the library. Maybe some nifty way to do quick transfers between them within iTunes. Like a relocate function.
    Say I want the new death cab for cutie album on the laptop this week, but next week I want to swap it out with something new that comes out. It would be nice to highlight an album and select "transfer to secondary" so that iTunes can move the files for you, keep them organized, and keep track of them.
    That doesn't sound so difficult...

  • How to make manager approve more than one request in one time in SSHR

    Dear All,
    Anyone has an idea on how to make manager approver more than one request in one time in SSHR??
    for example, manager is having 20 requests to approve on Change Pay Function, he don't want to check one by one and approve it, he want to approve the 20 requests directly from one time, is there any solution for that??
    Thanks and Regards

    Hi Adel,
    As Vignesh has mentioned we don't have any standard functionality which will allow bulk approvals. We had same kind of requirement in performance management where the business was asking for a bulk approval feature which should be available to Skip level manager for approving the rating suggested by line manager. We had created a custom page which will list all the notifications and user can select the ones which S/He wants to bulk approve and click submit button. Internally we had called the workflow with item key and other required parameter and do the approval.
    You can have a work with your technical guy and can work on the same lines.
    Thanks,
    Sanjay

Maybe you are looking for