WebView  scroll-bar width  – touch screen friendly

How can I change the width of a WebView’s scroll-bar?
I tried to change the padding and font size as suggested at
[ https://forums.oracle.com/forums/thread.jspa?messageID=10409262 ]
Although it works fine with TableView, it does not work for the WebView.
Adjusting padding and font size only increases the height of scroll-bars increment/decrement buttons but the width remains default.
The core problem is that I have a touch-screen driver with insufficient support for JavaFX TouchEvents (no SWIPE, SCROLL etc). It means that I received only mouse pressed/released and mouse move events. For that reason, I need to make my GUI (WebView, TableView,..) more user friendly.

Where is there a scrollbar that's related to a menu ring? I can't find it.
One way to get a larger scrollbar:
  place a horizontal progress bar:
  change to control
  change to "no fill"
  edit it (STD if you want slider width changes to stick, TD if you're ok with copy/paste)
  show parts window
  select "Slider, Needle or Thumb"
  Make it as wide as you like
  Color it
Oh, cool! If you find a nice picture the size you want, make the Slider that size then right click it and "import picture from clipboard".
Are you talking about the scrollbars for the whole window?

Similar Messages

  • Scroll bar on Start screen can hardly be seen, too small/low opacity

    a vertical scroll bar on Start screen which appears by left-click on Start Menu/Button, is vague. i.e. too smal/low opacity.
    I hope it will be able to be seen easily. 
      [note] scroll bar is invisible on the above screen shot (actually it can be seen, but too vague)  

    Please use the Feedback app and tell Microsoft.
    Posting in these forums is not going get MS attention. You know the drill.

  • Add a horizontal and a vertical scroll bar to a screen

    Hi,
    How to add a hotizontal scroll bar and a vertical scroll bar to a screen?
    Thanks a lot.
    Best Regards,
    Stephanie

    Hi,
    I think it will be automatically added if your screen size is greater than the window size...
    Regards
    Karthik D

  • How can I widen the vertical scroll bar width in Firefox and Thunderbird?

    How can I widen the vertical scroll bar width in Firefox and Thunderbird?

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • How to change the title bar wdith , scroll bar widths in tune with a 7" screen

    can you please help me customize my user chrome section so that I can REDUCE the WIDTH of the scroll bar ( horizontal and vertical ) . That is , at max the scroll bar can be ___ pixels of __ % of total width. ( prefer the relative reference )
    Also the title bar ( that black surrounding area that bears the minimize, maximize,close buttons ) needs its width reduced to half of what it is now. How do I do this ?

    No. That doesn't work any more. In current Firefox versions native scroll bars are used and you can't do style those via userChrome.css (user interface; chrome windows) and userContent.css (websites). You can try a large theme if you do not want to make the changes via the Control Panel

  • At times when dragging the vertical scroll bar my computer screen oscillates up and down for some time before going blank or not responding to any clicks requiring a forced system restart. What is wrong?

    Hi,
    Suddenly while working with Firefox if I happen to drag the vertical scroll bar, a very abnormal behavior occurs. My screen dances up and down for a short time before either going black or getting restored but with no clicks working. The only way to resume is to force a restart of the system.
    Any help would be deeply appreciated.
    Thanks and Regards
    Deepak

    That didn't work. On trying to install a new driver I got the error the graphics driver could not find compatible graphics hardware. Is there anything else that can be done to at least prevent the hanging of the computer even if it means less features from Firefox being available?

  • Horizontal scroll bar in OAF screen flexible layout

    Hi Gurus,
    We have developed an OAF screen using flexible layout. Currently we have two tabs showing in the same window. We are unable to increase the number of columns in the result table of the flexible layout as there is no horizontally scroll bar getting added dynamically.
    Please let me know any pointers on this.
    Thanks in Advance.
    Thanks & Regards,
    Nagesh.

    Tapash,
    I hope ur talking about this thread:
    Page Scrolling
    User did it in JTF i.e. jsp not in OAF, thats' what I was thinking, because OAF does not provide js api's for OATableBean, unless I create my own custom table , like we do in jsp.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Scroll bar disappears when screen scharing

    When screen sharing between my iMac (10.9.3) and my Mac Mini (10.9.3) the scroll bar in most (many? all?) applications disappears.
    With the finder, if one resizes a column, the scroll bar will reappear.
    With Preferences, such as iCloud, there is no way to get the scroll bar to reappear.
    However, I use a Kensington Trackball which has a scroll wheel. The Scroll wheel does scroll the window as expected AND while scrolling, the scroll bar will re-appear until use of the scroll wheel stops.
    Note that Prefernces/General is set to "Automatically based on Mouse or Trackpad"
    Message was edited by: William H. Magill1 - add system preferences

    No. The Mini is headless (the reason for using Screen Sharing).
    The iMac has a 102key Logitech Keyboad and Kensington Expert Mouse (trackball), which uses Kensington's Tracball Works software.
    I suspect that this is a real bug, simply because of the way the Finder responds.
    I've already submitted a feedback report.

  • JScrollPane - SCROLL BAR width?

    I currently have a JEditorPane inside a JScrollPane
    Whenever I have content that exceeds the height of the JScrollPane, I get a scroll bar on the right. Unfortunately, I think this scroll bar is a bit TOO THICK and is unsightly. Is there anway I can explicitly specify the WIDTH of this scroll bar if and when it's needed? THANKS!

    Try this when creating the layout:
    JScrollBar vsb = JScrollPane.getVerticalScrollBar();
    Dimension sbsize = vsb.getSize();
    Dimension newsbsize = new Dimension(sbsize.getWidth() - 5 , sbsize.getHeight() );
    vsb.setPreferredSize(newsbsize);
    You could also try setting the Maximum size using vsb.setMaximumSize(newsbsize);
    Adjust the 5 in the new Dimension line to control how much smaller the witdh is from normal.

  • Scroll Bar Width Adjustment

    This is a change suggestion for future releases.
    I would like to see an option to adjust the width of the scroll bars? In the library module, the scroll bars on the far left and far right are too narrow. I frequently miss the scroll bar with my mouse and the entire panel disappears.
    I am currently using Lightroom 2.1 for Windows.

    You guys aren't getting it. What Jeff is asking is HOW TO INCREASE
    THE WIDTH OF THE SLIDER BARS.
    Whether someone thinks "you really don't need to" is irrelevant. We want to center these images at higher magnifications. Just because you can put your cursor
    on the image and use the scroll wheel to make it go up and down doesn't mean you can make the image go right and left at the same time. Personally, I'd like to use the scroll wheel to zoom in and out (done in preferences, yes). But if you've ever tried to place your cursor on these narrow bars before you start
    moving the scroll wheel you know it's hell to hit those things very
    easily because they are barely 1/4" wide.
    So the question remains: How can a user increase the width
    of these narrow little bars? Is there a way to do this?
    rock

  • Scroll bars jumpy and screen wavy

    I had a problem with my macbook pro (2011) this morning, I had a black screen with a cursor showing.  Went to the community and found a fix, (thanks again jesseinma).  Now, when I scroll, my scroll bar is "jumpy" and there is a wave in my screen almost like a line that disrupts the text for a second as I scroll through it. Any ideas on what's causing it and how to resolve it? 

    That may be a graphics chip issue, or it may just be reopening itself in recovery mode.     If the issue goes away with use, it is the latter.  Otherwise, run the hardware test that came with the computer:
    https://support.apple.com/kb/HT1509

  • I upgraded to OSX mountain lion and now the scroll bars on every screen are not there unless I stretch the screen - help

    can anyone tell me why I can no longer see the scroll bar to the right of the screen unless I stretch the screen but it fades in and out instead of always being there to scroll down

    Open General preferences. Select the desired scrollbar behavior/appearance:

  • Charm bar and touch screen don't mix

     I have a surface tablet. I have windows RT 8.1.  when I open a app and use the charm bar it either opens then closes right away before I even see the options, or it opens as long as I don't move my finger and try to open a option.
    How do I fix this? 

    Hi lefty4ever,
    When did this issue occur ?
    Have you tried to use Win+C  to open the charm bar to have a check ?
    If it is possible ,please plug in a USB mouse to verify whether it is caused by the touch screen .
    We can reset the display options to have a check. Open the Tablet PC Settings applet in Control Panel. Under "Display options", select the "Reset" button to have a check .
    If the issue occurred ,it is recommended to perform a system restore to recover the machine to a previous normal point .
    Best regards

  • Scroll problem with touch screen and win 8.1

    Hello,
    I use icloud on my tablet. If I try to scroll my emails, navigation
    and scrolling with my finger is not working properly. I tried several browsers
    (Firefox, Chrome, IE) but that didn't change anything.
    My wife has as second tablet with the same problem.
    Could you help me
    Thanks a lot
    M

    Greetings rusfrco,
    After reading your post, it sounds like you are experiencing an error with app updates app on your iPad. You may want to consider restarting the device first, and then resetting if that does not work. This article provides detailed instructions for Restarting, and Reseting:
    Turn your iOS device off and on (restart) and reset
    How to restart
    Press and hold the Sleep/Wake button on the top of your device until the red slider appears. Then drag the slider to turn your device completely off.
    After the device turns off, press and hold the Sleep/Wake button again until you see the Apple logo.
    How to reset
    You should reset your device as a last resort and only if you can't restart it.
    To reset, press and hold both the Sleep/Wake and Home buttons for at least 10 seconds, until you see the Apple logo.
    Thank you for contributing to Apple Support Communities,
    BobbyD

  • In Windows 8 on a Microsoft Surface Pro scrolling on the touch screen highlights text instead of scrolling - how doI fix that?

    This happens about 90% of the time. Going to the same websites in IE or Chrome that problem doesn't occur. What's wrong with my Firefox settings? And how do I fix this.

    I'm afraid I'm not sure whether they will work. They will at least need to have been updated by the add-on developer to work with v26.
    There may be other limitations. I know that in early builds only add-ons which use the Addons SDK would work. This is still a development pre-alpha build so you should expect some issues / limitations until it reaches full release. I believe that is expected in December this year.
    If you are willing to give it a go I recommend installing it and testing out what is possible. Installing Nightly will not affect your current stable channel install so if you don't like Nightly you can just uninstall it and go back to using Firefox 23.
    I hope that helps.

Maybe you are looking for

  • Cannot creat PR

    This is Naresh, new to SAP-MM. Iam getting an error while creating PR. The error is "Enter rate EUR/INR rate type M for 3:01:2009 in the system settings". Please anyone clarify my error.

  • Maximum number of Lock Entries

    Hi Guys, I'm doing some WBS Settlements through CJ88/CJB1 . It might happen that this Txn may process thousands of WBS Elements at a time which means all those WBS Elements will be locked . How to find out the maximum Lock entries in SAP ? I want to

  • HT4059 Can I make an ibook a pdf so I can look at it on my computer??

    please help I got a laptop for christmas for school and want to use the my textbooks I have on ibooks on my computer is there anyway??

  • Is Excel Adapter is required to process Excel in Data services in Linux

    Hi, I am trying to read data from Excel and load it to HANA table. But i am not able to do it due to error. Do we require Excel Adapter to process Excel in Linux environment. OS: SUSE Linux Enterprise server DS version: DS 4.1 Sp2 Excel file name: TA

  • Lion Gesture Cheat Sheet

    I just wanted to share this sheet with new users to Lion who are confused and/or frusttrated. I printed this sheet out and had it on my desk for a few days until I got the hang of it. Now Im absolutrely loving this Lion upgrade, it's amazing to use,