scrolling

WPF SelectedItem and Scrolling

Hi, I have a WPF DataGrid. The DataGrid is bound to an IList. The list has many many items so the DataGrid MaxHeight is set to a predefined value and the DataGrid automatically displays a scroll bar. The selection mode and unit are set to "single full row". The form has a button called "New" that adds an item to the list that the data...

Looking for a jquery continuous image scroller.

I'm looking for a horizontal jquery image scroller that I can used to display a large list of logos. I was able to find almost exactly what I needed here : http://kiusso.net/scripts/imageScroller_jquery_plugin/index.htm The only problem with this example is that when I implement it the scrolling kept speeding up and slowing down becaus...

how to overlap a horizontal gallery with a vertical gallery

I'm an android-newbie and I'm looking for a solution, how to overlap a horizontal-scrolling image-gallery with a vertical-scrolling image-gallery. that means one transparent image of the vertical-scrolling gallery should overlap one image of the horizontal-scrolling gallery (like a cross). furthermore it should be possible to scroll ei...

Backing to ListActivity causing undesirable behavior

I've been messing with some layouts for my ListActivity's ListView and found a problem: When I click a list item it starts a new Activity. Unfortunately, when I click the back button to go back to my ListActivity, the scrollbar of the ListView is all the way at the top. It used to be that, when I clicked the back button, the user woul...

Horizontal Scrollbar when reducing browser window

Good day, I've been doing some modifications to this website and the owner wants to have a horizontal scroll bar appearing when the browser window is reduced to a size that is smaller than the 'container' of the website. Right now it doesnt appear. I think that my main CSS is responsible for this. This CSS has overflow-x:hidden; and...

After using ShowScrollBar() from win32 API, MdiClient scroll-bars disappear when used?

I have a form class called MDIParent that has IsMdiContainer = true. The form load handler enumerates this.Controls to find the MdiClient container window and assign it to the clientWindow class variable. The handler also disables the AutoScroll property in an attempt to preserve the scroll bars once I manually update them with this cod...

Issue with scrollable filtering with jQuery.

For my portfolio section i've combined two scripts to be able to filter by category and be able to scroll horizontally through the images. The scrolling works (does some weird jumping but still works), the bigger issue arises when you filter by category. The thumbnail animates off the screen so it can't be seen (and if you scroll it nev...

Android: Huge multi-layer scrolling backgrounds.

Hi there, I'm developing a side-scrolling android game and I've come across one hiccup. The game is rendering graphics on the Canvas object. The game features about 6 scrolling layers, the main ground layer, a collision layer, a foreground layer, and two background layers, which all scroll with variable speed for camera depth. Now, t...

Synchronise ScrollView scroll positions - android

Hi, I have 2 ScrollViews in my android layout. How can I synchronise their scroll positions? ...

How to scroll a tkinter canvas to an absolute position?

I'm using Python and tkinter. I have a Canvas widget that will display just one image. Most times the image will be larger than the canvas dimensions, but sometimes it will be smaller. Let's just focus on the first case (image larger than canvas). I want to scroll the canvas to an absolute position that I have already calculated (in pix...

iPhone weird Bug: going back and forth in the navigation hirarchy while uitableview is still scrolling causes freeze

Hey guys, I got this really weird bug which is making me crazy: I push a UIViewController (lets call it tableViewController) which contains a UITableView and therefore conforms to <UITableViewDelegate, UITableViewDataSource> onto another UIViewController (lets call it rootViewController) with: [self.navigationController pushViewContro...

Fire function when div is scrolled to | jQuery

Is it possible that if a div is scrolled to, it should execute a function, like for example: Yes? No? ...

PageDown/Up and Home/End keys don't scroll the page when a position:fixed div is present

I have a page that has a position:fixed div at the top:0px and bottom:0px (making a header and footer). When either the header or footer has "focus", I am able to use PageDown, PageUp, Home, End, and Spacebar to scroll the page. But if I click within the main "content" div and try to use those keys, it no longer works. There aren't any ...

Link to site with scroll (included)

Hi is there way to actually link to any site (not your own). And when clicked it takes you to that site + x amount of code. Of course I am not talking about the pages which all ready have a jQuery plugin or something, I am talking include the paramater of "scroll" (or what ever) already from my site or link. I guess the answer could be...

multiple image scrolling

Hello friends i am new to iphone developing currently i am trying to make a demo like imagescrollview http://developer.apple.com/library/ios/#samplecode/PhotoScroller/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40010080 as per the link there a sample code of PhotoScroller i am trying to make same application but in this demo ther...

HTML frameset vertical scrolling doesn't work on IE8 ???

Hi i need to do a frameset with HTML and I'm seeing that vertical scroll doesn't show on IE8, but it works perfect in Firefox. Why vertical scroll doesn't work on IE? what can I do for do it works like in Firefox? The code is this: <frameset rows="121,*" cols="*" framespacing="3" frameborder="yes" border="3" bordercolor="#009933"> ...

How to automatically scroll to the bottom of an HTML document loaded in a WebBrowser or Frame?

I'm using an HTML document to show text output in my application - this gives me the flexibility of HTML and the power of CSS, and I can publish the generated HTML as a log file openable in any browser. When new information is available, I update the HTML file and then call Refresh() on my WebBrowser control. Naturally, I want the user...

Changing origin of an iFrame

Normally, if you load a doc into an iFrame by setting the src attribute and subsequently shorten the iFrame by decreasing the style's bottom parameter (for example), the text/etc in the document remains stationary on the screen (the absolute position of the document on the screen doesn't change), the bottom portion of the document is "cr...

Wp7 Listbox Scrolling issue in PivotItem - Can't stay on very last item, fixed height does not help

I have a simple listbox with more items than fit on the screen. If you scroll to the last item it is shown but then drops back off the screen - I can't leave it in view. After an hour of Googling it seems to be a known issue in early versions of the Listbox but it still seems to be the case in the latest tools. There also seems to be a p...

Problem with scrolling in opera

Update: I left the following javascript code in to show how the problem developed over time, but it turns out now this is NOT relevant as javascript is not the issue. Please take a look at the html/css code below. For an overview page with a large menu, I implemented the following function (most of which I stole from here): function is...