About 67,700 results
Open links in new tab
  1. Change Size of Scroll Bars in Windows 10 | Tutorials

    10 May 2021 How to Change the Size of Scroll Bars in Windows 10 In Windows 10, it is possible for you to change the scroll bar width to be thinner or thicker, and change the scroll bar button …

  2. How can I increase a scrollbar's width using CSS?

    Oct 29, 2010 · If you are talking about the scrollbar that automatically appears on a div with overflow: scroll (or auto), then no, that's still a native scrollbar rendered by the browser using …

  3. How to make scrollbars wider in Visual Studio Code?

    Apr 30, 2018 · A Settings tab will be open. In the search box, type in title scrollbar sizing. Change the dropdown list value from default to large. Close Settings tab. DONE! Congratulations. If …

  4. python - Making a tkinter scrollbar wider - Stack Overflow

    Sep 4, 2013 · However, I also want to make the scrollbar wider - it will be used on a touchscreen so the easier it is to select it, the better. I figured the width attribute would make it wider, but all …

  5. Making scrollbars more visible in Windows 10 - Ten Forums

    Nov 19, 2019 · Making the scrollbars wider makes the scrollbar handles much more visible. I hated having to mouse-click the scrollbar area to (maybe) see the scrollbar handles which …

  6. Prevent scrollbar from adding-up to the width of page on Chrome

    26 Webkit browsers like Safari and Chrome subtract the scroll bar width from the visible page width when calculating width: 100% or 100vw. More at DM Rutherford's Scrolling and Page …

  7. How to increase scrollbar width in WPF ScrollViewer?

    Sep 2, 2013 · Learn how to adjust scrollbar width in WPF ScrollViewer for better UI customization with this helpful guide.

  8. how to change width of scrollbar-track (line under ScrollBar)

    Apr 10, 2021 · I want to code scrollbar like this design: it means width of -webkit-scrollbar-thumb must 5px and width of -webkit-scrollbar-track must 2px but i can't change width of -webkit …

  9. Make horizontal scrollbar more visible in Visual Studio code

    Sep 12, 2018 · The following screen shot is of Visual Studio code viewing a text file which is wider than the screen: There is a horizontal scrollbar (barely) visible at the bottom of the screen. I …

  10. Is there a way to make the scrollbar longer in tkinter?

    Oct 12, 2020 · Sorry I didn't add the entire code block. I used sticky and rowspan to try to make the scrollbar a bit wider.