Questions tagged [tinyscrollbar]

Tiny Scrollbar is a jQuery plugin that renders stylized horizontal or vertical scrollbars.

Tiny Scrollbar is a small (< 200 lines, 3K minified) JQuery plugin dual-licensed under the MIT and GPL V2 licenses. Its appearance is fixed, although its relative size, positioning, and behaviors are customizable.

Source and documentation:

68 questions
0
votes
1 answer

Tiny scrollbar plugin - overview-div wraps despite fixed width

I'm using the Tiny scrollbar plugin with Jquery to view picture albums. It works fine except for one wrapping issue. Example: http://67.23.251.125/~emelieze/test/index.php?t=collage&p=collage/Test&scroll=yes As you probably can see the images (or…
Kakafoni
  • 1
  • 1
  • 1
0
votes
1 answer

How to give a div element a percentage height in tinyscrollbar?

I'm using a simple jquery plugin tinyscrollbar to create a custom scrollbar for a div element. everything works fine. But my div has a height in percentage %. But the tinyscrollbar is forcing me to use pixels for the height of the div which is not…
David Hope
  • 1,426
  • 4
  • 21
  • 50
0
votes
1 answer

Why vertical scrollbar doesn't appear in DataGrid WPF?

I need to vertical scrollbar with set MinHeight DataGrid. But why my datagrid doesn't do that?? Here are some of my code.
parfum
  • 337
  • 4
  • 15
0
votes
0 answers

Content slides left when touch tinnyscrollbar

I have a problem with tinyscrollbar that I have used in my site www.halfticket.gr. Clicking on “halftickets” icon (content Box) to the right in this page everything works fine. But, if you go to this Link and then Clicking on “halftickets” icon and…
0
votes
1 answer

Change sensitivity for jquery tinyscrollbar on mobile?

I'm using the jQuery tinyscrollbar plugin. Is there anyway to change the sensitivity of the scrolling on mobile? It's super sensitive for long pages. Have tried setting wheelSpeed to 160 but it doesn't seem to have any effect to the scrolling.
resting
  • 16,287
  • 16
  • 59
  • 90
0
votes
0 answers

TinyScrollbar not working on iphone

TinyScrollbar on their website has written in features that it supports Touch Devices. Does it supports ? Even their examples on their website is not scrollable on safari, Iphone 5S. I dont know where i am wrong. Even i'm, but their examples are…
Voonic
  • 4,667
  • 3
  • 27
  • 58
0
votes
0 answers

Tiny Scroll bar : Scroll bar is not appearing

I am using Tiny Scrollbar. Want to achieve horizontal scrolling. Look example of #scrollbar2 Code of that is here. Markup code is at below.
gkd
  • 853
  • 1
  • 14
  • 31
0
votes
1 answer

Part of div hidden with tinyscrollbar until window is resized

I'm having a strange issue with I've created a fiddle at http://jsfiddle.net/alexjamesbrown/oqu54cav In the source, there's a
  • element at line 153 that says 'THIS SHOULD BE VISIBLE' However, when initially running it, it's not visible in the…
  • Alex
    • 37,502
    • 51
    • 204
    • 332
    0
    votes
    1 answer

    jquery mobile multiple page, tinyscrollbar missing bar

    I try to implement tinyscrollbar (tinyscrollbar.js) into jquery mobile with data-role=page. On the first page it works perfectly fine. but on the second page, the bar is missing. until i clicked on inspect element. I tried tinyscrollbar_update(),…
    user3565348
    0
    votes
    1 answer

    Using tinyscrollbar meteor package

    With the following code: Template.home.rendered = function() { $("#newsfeed").tinyscrollbar(); }; calling the plugin from this meteor packaging of tinyscrollbar I get the following exception: Exception from Deps afterFlush function function:…
    blaineh
    • 2,263
    • 3
    • 28
    • 46
    0
    votes
    1 answer

    tinyscrollbar does not appear

    I'm so confused, I want to make a sidebar with plugin tinyscrollbar, I want "height" of viewport is '100%' but if i change the css then the content is does not appear, can you give me another solution? This a default code of tinyscrollbar but I…
    cold coffe
    • 13
    • 1
    • 5
    0
    votes
    1 answer

    how to apply tinyscrollbar.js functionality on two grids on same page

    I am Creating Asp.Net MVC 4.0 Web Application in which i have to use tinyscroller.js via bootstrap. I have two grid on same page,now i have to apply scroll functionality on both grid.For this on both grid's div i have to give Id "scroll bar".(which…
    coolhimanshu
    • 647
    • 2
    • 13
    • 26
    0
    votes
    1 answer

    How to create a Tiny horizontal scroll bar to display images inline one by one?

    I am using Tiny Scrollbar Plugin to make a tiny horizontal scrollbar to display a bunch of images inside a div in a non breaking single in reduced window size of 768 px with the help of Media Queries . When I run the above code and reduce my window…
    Jagan Mohan
    • 23
    • 1
    • 5
    0
    votes
    1 answer

    how to preserve scroll position in tinyscrollbar

    Using the tinyscrollbar jquery plugin combined with jquery overlay. I'd like to preserve the scroll position inside the scrollable container so that when I close the overlay, I return to the scroll position. Any thoughts on how to do this since…
    neil1967
    • 257
    • 3
    • 16
    0
    votes
    1 answer

    Tiny Scrollbar issue j.obj[0] is undefined

    I want the same scrollbars on a lot of divs, but it seems like I get the same error all the time: j.obj[0] is undefined, in the tinyscroll.js file. Any clue to what I should do? The tinyscroll.js is loaded in after the jQuery and before  my js-file…
    Rhyder
    • 101
    • 2
    • 14