scrollbar

CSS box shadow on container div causes scrollbars

I have a website with the following setup: <div id="container"> <div id="header"></div> <div id="content"></div> <div id="clearfooter"></div> </div> <div id="footer"></div> I use the clearfooter and a footer outside the container to keep the footer at the bottom of the page when there isn't enough content. My problem is that...

VerticalScrollBar Visibility Settings not Applied Correctly for Silverlight PasswordBox

I have the following Style settings for a Silverlight PasswordBox: <Style x:Key="s_DefaultPasswordBoxStyle" TargetType="PasswordBox"> <Setter Property="Margin" Value="0,0,30,0"/> <Setter Property="BorderThickness" Value="1"/> <Setter Property="Background" Value="{StaticResource TitleBarForeSolidColorBrush}"/> <Setter Property="F...

Java: Creating a scrolling submenu

Hello, I have a program in which I have a large amount of items listed under a specific submenu. I am looking for a way to scroll through them, as the menu is now larger then the screen. Previously i have seen menus in which the top and bottom icons are arrows which, when the mouse hovers over, scroll up or down respectively. Can some...

event when the scroll bars appear C#

How can you detect "EXACTLY" when the scroll bar appears, in a UserControl? perhaps an event or something? ...

QScrollBar Snap to value

Hi all, I'm wanting to implement a scroll bar that snaps to particular values (like windows can snap to the edge of a screen). The idea is that as I drag the scrollbar down it snaps the bar to values as it approaches them. My scenario is displaying 3 chapters of text. I would like to be able to snap to the beginning or end of a chapter...

Scrollbar with Sprite and Rectangle won't move text, just the Rectangle it's painted on.

Warning: school assignment. For those of you still with me, I am tasked with making some scrollable content in Flash. Load in a TextFile using LoadURL(), then display it. To get the text, we've written our own class TextFieldExtended, which is basically just there to give the textfile location to the constructor and then have the class ...

Scroll in wizard control when data is more.

Hi, I have a page with wizard controls in it. The wizard's first step contains gridview. When the data in the gridview is more in number, I have to use browser's scrolling button to access "next/previous" buttons. My question is ..can i have a scrollbar inside the wizard...so that "Next/Previous" buttons are always visible. Thanks in ad...

Flex detect whether scroll bar shows up in a datagrid

Hi everybody, I want to find out whether the scroll bar shows up in my Datagrid or not. How can I detect that? Thanks! Markus ...

Can't convert frames to CSS? Help needed.

Since I got TLDR (too long didn't read) comments, I stripped 90% of this away, including everything I have tried. The layout is very, very simple. ----------------------------------------------------------------- | | | This menu area is fixed and does not scroll up off the...

Scrollbar disappearing in IE7

I have a div set to overflow: auto, max-width of 250px. Inside the div I have a paging control, which allows users to pull back 10, 20, 50, or 100 results. If they pull back enough results, the inner content (table) will grow larger than the div and should then be scrollable. This works fine in Firefox 3.5 and IE8, however in IE7, the ...

Javascript: Does modifying scrollTop/scrollLeft trigger browser reflow?

I'm wondering if animating the scrollbars with Javascript triggers browser reflow. Any difference across different browser implementations? window.pageXOffset & window.pageYOffset document.documentElement.scrollLeft & document.documentElement.scrollTop document.body.scrollLeft & document.body.scrollTop Thanks! ...

How to prevent scroll-bars in CScrollView/CFormView-based class in MFC (Windows Mobile 6)

I'm creating a Windows Mobile 6 application using MFC Single Document Interface with CFormView base class. I put CBitmapButton in the Form/Dialog resource and put them at the bottom. The CBitmapButtons fit nicely until a soft-keyboard appear or the application is covered by other applications. In such case, unwanted scroll bars appear ...

How to hide a scrollbar? (Windows Mobile)

Hi! I have one panel "imageHolder" I have from 4 to 20 pictureboxes (each pictureBox is 256x256px so they increase the panel's size to more than the cellphone's workarea) I have set the panel's autoscroll = true, so that a V and H scrollbar is shown. Is it possible to make these scrollbars not visible? The reason i want them to be not ...

Opera: How do I hide scroll bar? (not there in Firefox and IE8)

I'm testing my pages in different browsers. Opera puts a vertical scroll bar on a page. I added an overflow:hidden to the div (after trying Opera), but the scroll bar is still there. How do I get rid of it (you don't need the scroll bar to view the page). Thanks ...

Programmically scroll a textbox's scroll bar from a Vscrollbar or custom one

I made a custom scrollbar that sits beside a normal textbox. I would like to scroll the text box like you would any other one with my control. How can this be done? Thanks. ...

html scrollable tab bar - make a td continue on the next row when it overflows the screen

What I'm trying to achieve is a scrollable tab-bar. I have a web page with multiple tabs. The "tab" control it's just an html table, with a single row, in which each tab is a td. The page has way over 10 tabs, an the tabs no longer fit in the screen. I'd like to have the tabs scroll, or at least continue on the following row (somethi...

Scrollbar skininng problem

I'm skinning scrollbar in my flex app and got one problem. This white square between scrollbars(view the image) ruibs all my design and i need to disable it, make it invisible, change it background color, alpha or smth like this. I can paste some code here but i think there is no need in it. Working in Flex 3. any ideas? ...

Vertical scrolling in silverlight

I have a silverlight application that is set to use 100% browser height. As I dynamically add controls to a canvas (which can be dragged around), I would like the expand the canvas vertically. Ideally show the browser scrollbar so the user can move up or down, if that can't be done, use the scrollbar control. I would also need to han...

reload an iFrame with the scrollbar set to a specific coordinate.

I was wondering how could I reload any website using javascript and set it in a way that when it reloads the scrollbar is looking scrolled down to a certain position. I'm unsure as to how to look for this in Google honestly so I haven't digged up much =/. I think it has to be somewhere in the instruction to reload it and so far I have: ...

Explaining the need to avoid horizontal scroll

I need help explaining to my boss why her design is poor on a client's website. She has no knowledge of the web, and it can be difficult as a web developer working with a woman who is a graphic designer (not even a web designer really). On a current site she has designed, an image bar "needs" to be ~1200px according to her, though it i...