Tagged Questions
The scrollbars tag has no wiki summary.
9
votes
2answers
762 views
Lion scrollbar colors
The scrollbars in Lion seem to be based on the HTML's background color (lighter color BG = black scrollbars, darker BG = white).
The problem I'm running into is from what (I assume) is a common trick ...
9
votes
2answers
4k views
How can I get horizontal scrollbars at top and bottom of a div?
Since I'm pretty sure there is no native html or css way of doing this, I'm open to doing this with JavaScript. Obviously, I can get a scrollbar at the bottom of my div using overflow: auto in CSS. Is ...
6
votes
7answers
4k views
How can I show scrollbars on a System.Windows.Forms.TextBox only when the text doesn't fit?
For a System.Windows.Forms.TextBox with Multiline=True, I'd like to only show the scrollbars when the text doesn't fit.
This is a readonly textbox used only for display. It's a TextBox so that users ...
5
votes
3answers
2k views
Scrollbar appear / disappear event in jQuery?
Is there a simple way in jQuery to detect when scrollbars appear and disappear on a div that has overflow:auto? (Like an event? Fingers crossed...)
(I'd prefer not to have to look at the height of ...
5
votes
4answers
972 views
Objective C examples sought
I'm trying to add scrollbars to an IKImageView. Basically at the moment, I need some examples of a program that loads an image into a view, and if the window is too small, sets up scrollbars that do ...
5
votes
5answers
6k views
Adobe Flex/AIR: Scrolling a sub-component, not the whole window
I'm developing an application with Adobe Flex and AIR, and I've been banging my head against the wall trying to figure out how to solve a scrolling issue.
The basic structure of my main application ...
4
votes
1answer
102 views
python and tkinter: using scrollbars on a canvas
I've been searching around the web and I can't seem to figure this one out. I'm fairly new to tkinter, but figured this has a simple solution that's just eluding me. I'm trying to make a canvas ...
4
votes
2answers
165 views
How To Get Rid of Scroll Bar?
It's at the bottom of this page in Chrome.
I can't see what would be putting it there.
Thank you,
Tara
4
votes
1answer
180 views
What could cause a transparent scrollbar bug in a ListView?
I have a ListView, set up in what I believe is a completely standard way in a C# .Net 3.5 project, running on a laptop using XP, which pretty much stays on the whole time (although I reboot it about ...
4
votes
3answers
3k views
How to know if the scrollbars has appeared in browser (jQuery)?
I need to know, whether a vertical scrollbar has appeared or not in browser window. Is it possible using jQuery or any other way?
3
votes
2answers
154 views
How do I format the scrollbar style on a textarea?
I'm sure this shouldn't be as difficult as it seems... I can't use a JQuery scrollpane because I need it to act as a standard form textarea when it gets submitted.. needs to work in IE7+, Safari & ...
3
votes
3answers
204 views
How do I detect if there are scrollbars on a browser window?
I need to be able to detect whether there are scrollbars (both vertical and horizontal) on a browser window. I've been using this code but it isn't working reliably in Firefox 5.
...
3
votes
4answers
161 views
How can I add a bunch of labels to a C# form and then scroll the form vertically?
I have a form in C# (WinForm). It looks like this:
(LOGO)
blank space for labels that I add
through code (I can fit 10 labels in
this space)
(close button)
The blank ...
3
votes
3answers
2k views
3
votes
1answer
747 views
No horizontal scroll bar on float right
<html>
<head>
<style type="text/css" rel="stylesheet">
* {margin:0;padding:0;}
div#box {background-color:green;width:1000px;}
/* #box {position:absolute;top:0;right:0;} ...
3
votes
3answers
3k views
How to add scrollbars to my HTML that disappear if the content is smaller than the limit
I'm trying to create a form that has an expandable widget. The problem is that when the widget is open, The form extends outside the limit in the content box, and it looks bad.
I tried using ...
2
votes
0answers
80 views
How to get rid of scrollbars in firefox 8.01
I have a webpage that calls up a fancybox contact form. it works perfectly in Internet Expolorer .... perfect padding .. perfectly centered .. no problem.
In Firefox, however, the same form when ...
2
votes
2answers
171 views
qt get scrollview position
I have a QGraphicsView inside a Horizontal Layout. The QGraphicsScene contained in the QGraphics scene is pretty large (thousands of pixels), so scroll bars show up by default to allow me to scroll ...
2
votes
0answers
190 views
Load-on-scroll Selector (ListBox/TreeView) for Silverlight?
I am looking for a GReader/GDocs like Selector-subclass for Silverlight (WPF would also be a good start). Before creating my own I want to make sure no one has thought about that before.
So what I ...
2
votes
3answers
326 views
How to detect mouseup on a scrollbar? (or “scrollEnd” event)
Anyone have any idea how to detect a mouseup event on a scrollbar? It works in FF, but not in Chrome or IE9.
I set up a quick demo: http://jsfiddle.net/2EE3P/
The overall idea is that I want to ...
2
votes
1answer
382 views
Horizontal Scrollbars on a Fluid Listbox
What I want: To get the darn horizontal scrollbar to appear. I will be editing it a bit just so i fits the rest of the app's style scheme, but not too much.
What I have
Here is the code for the ...
2
votes
1answer
262 views
DataGridView scrolling behaviour
I have a DataGridView which has vertical and horizontal scrollbars.
When I scroll it vertically it is not possible to make any of rows to be partially visible. In other words: scrollbarPosition % ...
2
votes
1answer
647 views
Chrome scrollbars not disappearing when content is smaller than container
I have an application that does a lot of resizing elements to ensure they fit inside a container. Sometimes the contents are meant to overflow, and sometimes they fit perfectly, so I use overflow:auto ...
2
votes
4answers
335 views
Determine top row in html table
I have a html table with scrollbar (i.e. overflow is set). When i scroll the table, i would like to get the the current top-row in position (i.e. according to user-view of table).
How would i do ...
2
votes
4answers
971 views
Always show scrollbars for PreferenceScreen
I have defined preferences in my app using preferences.xml and a PreferenceActivity. The settings are presented in the phone in a ScrollView-like-way. I would like to always show the vertical ...
2
votes
3answers
130 views
Force Scrollbars Images CSS
How would I accomplish the following without the use of tables?
If I don't wrap the imgs in tds the scroll bars aren't forced.
The imgs are pushed down like regular text with out the tds.
I have ...
2
votes
2answers
2k views
CSS 100% width on browser resize
Hi all I'm trying to build a layout using CSS and I'm coming up against a strange problem. Well strange for me. I have 3 divs a Header, a Footer and a MainContent area. Header and Footer must remain ...
2
votes
2answers
406 views
Silverlight scaletransform adjust scrollbars
I have the following UI element hierarchy: UserControl>ScrollViewer>Canvas. I am drawing lots of stuff on the canvas, and it becomes larger than the UserControl, at which point the ScrollViewer ...
2
votes
1answer
435 views
android ListView scrollbarStyle
Does anyone know of any documentation on the android:scrollbarStyle? I'd like to see examples of each of the 4 values w/ screenshots if possible. I see the difference between outside & inside ...
2
votes
1answer
59 views
CScrollbar works on one pc but not on any others
I've written some code in c++ using a CScrollbar which scrolls a CWnd and treeview at the same time. This works perfectly find on my pc, but on other pc's in the office it has problems:
it only ...
2
votes
3answers
5k views
How to enable scrollbars in silverlight 3.0
I have set my canvas width to 1500 and height to 1600 in my xaml page in silverlight 3.0.
When I run the testpage I can't see scrollbars. So I am not able to scroll to view rest elements. I also need ...
2
votes
3answers
961 views
IE8 Leaving space for Unneeded scrollbars
My page is a 3 column design with a header. It renders nicely in IE6 and IE7 (as far as i know). I use javascript to size certain elements of the page, to fit the browser window. On IE8 however, it ...
2
votes
1answer
634 views
Can iFrame Scrollbars be skinned in webkit?
It's pretty well known by now that you can style scrollbars using the webkit specific CSS tags (::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment, etc. ). However, ...
2
votes
1answer
3k views
Adding Scrollbar to JList
I'm trying to add a scrollbar to a JList (which uses a custom data model). Adding a JScrollPane actually hides the JList, instead of adding a scrollbar. When I run the code with the scrollbar, the ...
2
votes
2answers
2k views
Use a separate scroll bar for a textbox
I am developing a touch screen application that has to display a possibly large amount of text. The problem I am having is that the default scroll bar attached to text boxes is just too small to be ...
1
vote
0answers
39 views
Colorbox not correct height and width first time HTML is loaded
When I pull in HTML to a colorbox window, there are scrollbars in the box. When I close and reload the colorbox again, it displays fine without the scrollbars. I have tried specifying the width of the ...
1
vote
1answer
47 views
How to force vertical scrollbar always be visible from AutoScroll in WinForms?
Using VS2010 and .NET 4.0 with C# and WinForms:
I always want a Vertical Scrollbar to show for my panel as a disabled scrollbar (when it's not needed, and a enabled one when it can be used.
So it's ...
1
vote
1answer
52 views
Using more lines than the window has with ncurses
I have recently been introduced to ncurses for asynchronous keyboard key listening, and getting on well with it. One issue i'm facing is that you can only have text on the visible screen, no ...
1
vote
1answer
123 views
Empty scrollbars on canvas page?
was just trying to set up a canvas page for our app. Got empty scrollbars. Tried with a URL that's working in another app to see if theres something wrong with my iframed page. Empty scrollbars again. ...
1
vote
1answer
171 views
Scrollbars - transparent and invisible until movement for scrollable divs
I utterly hate the inconsistency of scrollbars across browsers. After recently seeing OSX lion in action with its transparent until movement scrollbars I wonder if we can recreate this cross browser.
...
1
vote
1answer
211 views
jQueryUI Tabs inside jQueryUI Dialog — how do I get a scrollbar for the tab-content only, rather than the entire dialog box?
I'm using jQueryUI Tabs inside a jQueryUI Dialog box. The content in each of the tab panels can be quite large -- for example there can be a table with hundreds of rows inside each individual tab ...
1
vote
4answers
190 views
How to make Scrollbar of scroll pane make movable autimatically with the cursor as we press TAB Button on keyboard?
I have following code. After executing following code It shows an JFrame containg A JInternalFram which has a JScrollPane This JCrrollPane has a JPanel has many input controls. As the size of JPanel ...
1
vote
1answer
121 views
Issue with tabbing between form fields when using jQuery custom scrollbars
I'm working on project to provide a bolt-on tool for websites, which makes heavy use of jQuery. Presentation / design is crucial, and I want to replace the standard (ugly) scrollbar applied by the ...
1
vote
2answers
402 views
jscrollpane no scrollbars
I've had a look all over stack and maybe i'm not seeing it but I am having a problem with Jscrollpane. I have some code that pops open a div and loads it with content from a database:
...
1
vote
2answers
211 views
How to use TScrollbar to richedit;
How to use Tscrollbar to Richedit.
My purpose is to separate the scrollbar in a deferent panel.
is it possible?
1
vote
1answer
2k views
Facebook iFrame Vertical Scrollbar Won't Go Away
I created a custom facebook landing page using the same template I have used 3 times before. The problem is, this time, ther vertical scrollbar won't go away. This is the resizing code I have been ...
1
vote
1answer
498 views
Unable to get vertical scroll bars in an WPF TextBlock
I'm presenting text in a wpf TextBlock control (.Net 3.5). The content of the textblock varies depending on what the user selects in a list box. The text wraps, so I don't need an horizontal scroll ...
1
vote
1answer
606 views
ExtJS: Removing unnecessary form item scrollbars in Firefox
I am seeking some advice regarding unnecessary scrollbars appearing on certain form items. A screenshot of the issue appears below. Note it is the right-most scrollbar that is unnecessary.
The ...
1
vote
3answers
812 views
Autoscroll Doesn't work in Child UserControl
I have a UserControl Parent that contains Child controls. I would like my Parent control to Autoscroll when it is too small for its Child. To get Autoscroll, I've set AutoScroll to True in my Parent, ...
1
vote
0answers
221 views
WPF - office 2010 style for scrollbar
Hi
I've just finished my application, however I have improve a look of my scrollbar. My boss want me to make this scrollbars look like ones from Office 2010. Maybe somebody already has prepared style ...