scrollbar

How to turn list scrolling off when calling onContentChanged in Android ListActivity?

Hello all, I got a ListActivity. I update the activity using onContentChanged() API. My problem is that each time I call the above API the list scrolls to the top. Is there any easy way to turn this "feature" off? Thanks. / Henrik ...

Hiding vertical scrollbar of multi-line SELECT in Firefox and Chrome?

This problem seemed quite simple (overflow:hidden, right?) until I couldn't solve it. I have a simple multi-line SELECT with defined size: <select size="10" name="elements"> ... </select> MSIE and Opera show vertical scrollbar only when needed, but Firefox and Chrome always display vertical scrollbar in disabled state. I tried setti...

Remove Gray UITableView Scroll Bar

Hi, I am making an application with a UITableView that has a few sections (2), and when I run, the table view has this annoying gray scroll bar on the side, like the one in the "iPod" application, that has but 2 options in it. My question is, how do I hide the "scroll bar," because it is an unnecessary waste of space? Example: Code sn...

Telerik RadWindow And AdjustResizing Problem In FireFox (Scroll Bars Appear)

hi my dear friends : i am so confused for setting the width and height of DIV and FIELDSET inside A RadWindow....!? when i browse my radwindow in firefox with this code : setTimeout(function() { GetRadWindow().autoSize(true) }, 500); every thins is ok in ie 8 - but in firefox i have scrolls bars ! how can i remove them? my with an...

Is there a way to get the scrollbar height and width for a ListView control

I'm trying to get the height and width of the scrollbars that are displayed on a ListView. Is there an easy way to do this? I did some google'ing and it looks like it might be a system setting. I'm just not sure where to look. ...

Scroll bar issue with safari browser.

I have encountered a problem with safari browser in displaying the scroll bar inside a table. The main issue is that I have defined a table with fixed height and also a overflow y in css so that if the content exceeds the limits the scroll bar comes in action.I have found that it works well with mozilla fire fox and all other browsers. ...

Theme a scrollbar? Is it possible?

I want to edit the style of the scrollbar in my site so it would fit the overall theme. There doesn't seem to have info in google. I mean there are but they also change the browser's scrollbar and only work with IE. How would I go about this? ...

SWT tree > move the verticle scrollbar to the left of the tree without changing the orientation.

Hi, any idea how put the vertical scroll bar on the left hand side of the tree? thanks! ...

Zooming an image inside a picture box

I'm have a picture box control and 2 Command Buttons. I have an image displayed inside the picture box. Is it possible to zoom the image when the Zoom-in and Zoom out buttons are clicked? Or I can even put a scroll bar. Is it possible to zoom the image according to the scroll bar movements? I'm using VB 6. ...

how to hidden horizontal scrollbar in div tag

I have a div with size x=540px y=600px I want to hidden horizontal scroll bar even if text is bigger than x size. How can i hidden just horizontal scroll bar? ...

Javascript detect scrollbar in textarea

Hi, I was wondering if anybody knows how I would go about detecting when the scrollbar appears inside a text area. I am currently using mootools for my JavaScript but I am really having issues getting it to detect a scrollbar. Any example would be useful thank you!. Jamie ...

Cool user interface alternatives and improvements for Scroll Bars

Scroll bars are really boring. I've seen a few really inventive new user interfaces for updating these. I believe there are many better ways to spend 10px then with a solid color and static buttons. Here are two examples I've found: http://www.youtube.com/watch?v=-PnXY4wjuH8 http://chikuyonok.ru/u/demo/infoscroller/ (credit for this li...

CSS Code for landscape (left to right) scrollbar??

I want to make new blog landscape, so that entries read from left to right - I've not been able to find any information by googling, is there a simple code that will take care of this? Thanks ...

Scrollbar movement SetScrollPos and SendMessage

Hi, I'm trying to move the scrollbar of a window programatically. I'm first sending a : SetScrollPos(handle, 1, position, true); and then followed by : SendMessage(handle, 0x0115, wparam, new IntPtr(0)); The wparam is correct. When i inspect through spy++, the only difference between sending a scroll with the above code and actuall...

Vertical scroll bar on canvas in j2me

Hi all, I want to draw vertical scrollbar on canvas in j2me i'm going to develop application in j2me ...but how i can add vertical scrollbar on canvas in j2me so i can put lots of data on canvas ... ...

HTML scroll bar width

I would like to know if there is any scroll bar property in HTML to change the width of the default scroll bar in HTML. The default size of the scroll bar is 13px. is it possible to increase the the pixel value. Can anyone help... ...

TableViewController doesn't flash scroll indicators even if the table is bigger that the view.

Hello, I've got a weird problem with a TableViewController. In the doc it says that a tableViewController deals also with the method -flashScrollIndicators when the table is "oversized" respect the visible area. My app consists in 3 nav controller loaded in a tab controller. Each nav controller has as root view controller a subclass of...

how to disable draggable div when scroll bar is focused on in jQuery

I have a jQuery draggable container div with a side scroll bar that should not be draggable when I am scrolling up and down. .infotext is the inner div that has the text, contained within #infobody which is set to overflow:auto. I need a way to negate the draggable function on the div when the scrollbar is selected. Here is my code: ...

Hide browser scrollbars

If I have two DIV's on my webpage which are larger than a browser window, than I have a horizontal scrollbar in my browser. What should I do to hide this browser scrollbar for the first DIV and not to hide for a second? Like I have two divs: 200px and 300px width. I want to hide horizontal scrollbar if my browsersize 201-299 px. 250px ...

Find the scroll unit of a window

Hi, I'm trying to find a way to compute the scroll unit (num. of pixels the screen moves down when u click once on the down arrow in the scrollbar). The msdn documentation for SB_LINEUP says : Decrements the scroll box position; scrolls toward the top of the data by one unit. In each case, a unit is defined by the application ...