Shifting the contents of the viewport up/down (vertical scrolling) or left/right (horizontal scrolling).
-1
votes
0answers
10 views
How to add lots (>15) of users on a chrome browser multiple user [migrated]
Chrome lets you add multiple users to the browser. But when you begin to add a lot i.e. more than 15 users you stop being able to access the 'New User' button as well as users below the fold.
This ...
0
votes
0answers
26 views
how to disbale scrolling on whole page except the selected div in html web page
I am using scrolling in the html web page but problem is that it works on whole page but i want that to work on the div on which i am calling the scrolling function here is my code
<script>
...
0
votes
1answer
52 views
UICollectionView scrolling is slow
I have just created a UICollectionView in which The user can add images from their phone to the photo album feature in the app. I have the images save to the a subdirectory in the documents directory ...
1
vote
1answer
39 views
Implementing a log viewer with WPF
I seek advice for the best approach to implement a console-log viewer with WPF.
It should match the following criteria:
fast scrolling with 100.000+ lines
Some entries (like stacktraces) should be ...
0
votes
0answers
11 views
fixed floating menu stop at footer
Here is the site I'm working on: http://myrockcandymedia.com/clients/aui/mens-health/vasectomy/
As you can see, the left nav becomes fixed when scrolled, but overlaps at the footer. I've tried to use ...
0
votes
2answers
26 views
Scroll a div over another div
I want to make my divs scroll over each other, without them scrolling upwards out of the screen.
I managed this with two divs, but can't manage to do the same with the third.
I made an example on ...
0
votes
0answers
31 views
Div follow scroll issue: scroll jump back to window top
I've found and adapted this method to have my div follow down the scroll bar, only after a certain point is reached:
$.fn.followFrom = function (pos, left_fixed, left_absolute) {
var $this = this,
...
1
vote
0answers
35 views
UIScrollView gets disabled in one direction - iOS
I have a UIScrollView with no vertical scrolling, and on which I force a particular offset (only x) in case the offset tries to become less that that particular offset.
I use ...
0
votes
0answers
19 views
Horizontally Scrollable HTML table with resizing
I have the html table like this:
<div id="wrapper">
<table>
<tr>
<td>
<div class="gridTableSeparator"></div>
...
0
votes
0answers
15 views
Scroll when Angular Bootstrap carousel switches slide
I'm using the carousel from AngularJS UI Bootstrap at the top of my page. I have some slides and they correspond to headings further down on the page (using ng-repeat to loop the same array for both ...
0
votes
1answer
34 views
How to scroll multiple component together in UIPickerView?
I have a problem related to scrolling multiple components of UIPickerView.
I created uipickerview with two components but when i scroll one of them, other also scroll but after part of second.
Code : ...
-1
votes
0answers
5 views
Excel 2010 Cut/Paste jumps to the top of the spreadsheet [closed]
I have a system running Windows 7 Professional (32 bit) and MS Office 2010. In Excel 2010, I have a spreadsheet that contains several hundred rows of data. When I cut and paste a section of data, ...
0
votes
0answers
6 views
iScroll not smooth at first
As you can see in the video link below, I am using iScroll to swipe across a large mosaic of small images.
http://www.youtube.com/watch?v=8Z_vzxrlzb0
When a user initially scrolls to new images, ...
0
votes
3answers
26 views
JQuery: How to disable mouse over scrolling on all <select> elements on a page
the code below doesn't seem to be working. What am I missing here?
<script type="text/javascript" language="javascript">
//disables scrolling on mouse over of <select> elements
...
0
votes
1answer
12 views
jQuery Custom Content Scroller doesn't scroll to bottom
I use mCustomScrollbar for an element on a page, which gets reloaded at times. It's a messages view, and when the user clicks on another conversation, the messages of this conversation get loaded. ...
1
vote
0answers
39 views
High Performance WPF Datagrid
My issue in a nutshell : we are currently using in our project the standard WPF dataGrid, which comes with WPF .NET4 and above. Unfortunately for us, the performances are horrible for the scale of ...
0
votes
0answers
30 views
Prevent scrolling when done too quickly with jQuery
In order to prevent mousewheel scrolling to scroll the entire page when reaching the top/bottom of an element with its own scrollbars, I'm using Brandon Aaron's Mousewheel plugin.
This works fine, as ...
0
votes
0answers
42 views
animate scroll to target position acting erratically in Safari 6
I'm using this code to navigate to anchors on the same page, with smooth scrolling. It works great in all browsers except in Safari 6.
I've done some testing and this works in Safari 5/6, Chrome, ...
1
vote
1answer
19 views
Javascript Scrolling to a PHP variable Scroll point passed through a link
I'm trying to create a page that has anchor tags that link to another page containing a variable for a javascript function on the other page to scroll the window to. As is, I am pointing the link to ...
0
votes
1answer
27 views
WinRT c# - Text Block scroll auto to the end
I would like to scroll auto to the end of a textblock if I add text to it. But I try a lot of thing, but I failed hard.
Anybody has a good idea to do this on a WinRT application ?
Thanks for your ...
4
votes
1answer
44 views
Horizontal Scrolling in HTML CSS
I have a list of content which i want to display in a bootstrap grid of span9 and it has to scroll across only in the x axis. below you can find a snap shot of the design.
But i am not able to get ...
1
vote
1answer
26 views
Automatic scrolling of textbox choppy
I am redirecting CMD output to a multi-line textbox, I'm trying to auto-scroll down using the following code:
textBox1.SelectionStart = textBox1.Text.Length;
textBox1.ScrollToCaret();
...
0
votes
0answers
25 views
Reduce Choppy Scrolling in Objective-C?
I've read several other topics on stackoverflow about this, but none helped solve the issue. My app loads images from the web, and the user can scroll and the app will load more and more images. It ...
0
votes
0answers
17 views
How to scroll TDBGrid using TScrollBar?
In Delphi XE3, I have one TDBGrid and one TScrollBar in my form.
I want to use the TScrollBar to scroll the TDBGrid up and down.
Anybody know how?
I have this code so far but I doesn't seems ...
0
votes
0answers
36 views
Get Scroll position after Div is hidden
I have a webpage that has a floating div in it which follows the user as the page scrolls.
the page is made up of other divs that can be expanded and hidden using jquery slideToggle functionality.
...
0
votes
1answer
30 views
Kendo mobile scrolling doesn't work when page includes iframe in it
I'm using Kendo Mobile in my application and seems it has issue when page includes some iframe in it(youtube video in my case).
Scrolling works fine everywhere except when user taps on iframe during ...
2
votes
3answers
39 views
disabling scrolling on the body given changing attributes
So I have made a pop-up to display some information on my site, but I made it with fixed dimensions as to make it fit a certain way. This means that there is a scrollbar and you need to scroll on the ...
0
votes
0answers
23 views
Detect visible hashtag elements with jQuery
I'm setting up a huge vertical image gallery with a sidebar navigation consisting of dots that change color when users hover and click. Clicking the navigation dot slides the page down to the ...
-1
votes
0answers
42 views
Scrollbar designing using css
I can see many people asking for scrollbar designing in stackoverflow and many forums, so I came to answer the whole questions about "designing scrollbar with css".
-6
votes
1answer
24 views
Scrollbar designing css [closed]
I'm looking for the code of the light blue scrollbar that in the middle of this page: http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html
And also I want up and down arrows on the top and the ...
0
votes
0answers
14 views
Pan and scroll a tilemap bigger than Screen
I have created a Minesweeper game and now I have got following problem:
My game logic is that I've gotten a Minefield class that contains a two dimensional array of Mines, another class I wrote. Every ...
-1
votes
2answers
21 views
Images comes in to the screen when scrolling [closed]
Is there any plugin who can do that? When you are scrolling down the images will show up and slide from left or right to the center. I have searched and i couldn't find it. So does anybody know a ...
0
votes
4answers
50 views
How to place a div in a way the user always needs to scroll to see it?
I want to build a website with a div on top, that is always 100% in "height" (regardless of the users screen size or size of the browser window), so that every other content on the site, is "hidden" ...
0
votes
1answer
40 views
grid scrolling by code in C#
I want scroll gridview by code in C#. when I added a row,then gridview show the last row. I used this:
dataGridView1.CurrentCell = dataGridView1.Rows[dataGridView1.RowCount - 1].Cells[1];
but does ...
0
votes
1answer
65 views
Implementing One page web site's navigation
I am building one page web site which has a sticky navigation on it. I have implemented almost everything, but i couldn't implement the highlight to the navigation link when the user is scrolling by ...
0
votes
2answers
25 views
android listview scrolling issue
I have an application that have a Custom ListView, in the list i have 1 button and 1 textview, the button has two backgroud images one is play and the other one is pause, when you click play it ...
0
votes
1answer
54 views
Restricting jQuery-ui Draggable to drag up only, within a given area
I've got a, fixed position, image that I'm animating with CSS and moving down the edge of the screen when the user scrolls. - Works great.
When the image gets to the bottom of the screen the user can ...
0
votes
1answer
37 views
bootstrap - no scrollbars on IOS?
I am using bootstrap version 2.x and when i use the app on a non mobile browser the scrollbars work correctly, however when i browse using iOS (iphone 5) there are no scrollbars -- specially vertical ...
0
votes
0answers
32 views
when iam scrolling horizontal my cell values are being changed
i am working with mdspreadview cell.https://github.com/mochidev/MDSpreadView
from above link.
when iam scrolling horizontal cellforrowatindexpath method getting called and my cell value changes.
...
0
votes
0answers
9 views
How to implement Windows plugin, to implement new way for scrolling documents?
I think I have great idea about new way for documents/code/web pages scrolling.
The truth is, that empty area on scroll bar and up/down buttons are one of the most rarely used parts of window:
...
6
votes
2answers
74 views
Loading HTML into div - unusual issue [closed]
I have an unusual issue with a website I have created for a friend.
I have created the index.html with links down the left sidebar to remain constant. When you click a link, an external HTML file is ...
0
votes
1answer
72 views
+50
DataTrigger not firing when scrolling in ListView
We are having an issue with a pair of ListView controls in WPF, these controls are linked together to work as a single grid with a frozen column on the right hand side which contains a checkbox. This ...
1
vote
1answer
43 views
Menu ul style change on scroll to div
I have a menu with ul's and boxes under it as content, and when I scroll to the first box ul's style change to another style, when I scroll to the second box ul's style change to the same another ...
0
votes
0answers
32 views
javascript track element move and scroll
I have generated table with many cells, located in a div with 'overflow'-parameter 'hidden'.
#container {
max-width: 500px;
max-height: 500px;
overflow: hidden;
}
<div id="container">
...
-2
votes
0answers
28 views
Make Layout and PreferenceScreen scrollable as one
i have a Layout with some data to input title, message in a Linearlayout.
At the bottom on my layout, i have a PreferenceScreen for some configuration.
The problem ist, i want the whole layout to ...
0
votes
0answers
18 views
scroll “jumps” in slideshow
Im creating a very simple slideshow for a ASP.NET website.
Currently the slideshow works fine, BUT when the slideshow changes image the scroll-position jumps up (not to the top, but almost).
I cant ...
0
votes
1answer
42 views
How do you make an image scroll partly? Halfway between position:fixed and position:absolute
I want a background image to move up/down as the visitor scrolls, but not scroll with the page. It's neither fixed to the screen nor scrolling with the rest of the content. It's in between ...
0
votes
0answers
27 views
jQuery scrollbar in media player skin for playlist?
I'm looking to include a vertical scrollbar in my media player skin, I'm sure its very easy but I'm struggling to implement it.
I want the playlist to be a fixed height of something like 170px-190px ...
0
votes
2answers
34 views
Scroll linux shell script output without piping
I have a linux bash script.sh. I can easily scroll the output like this:
$ ./script.sh | less
But how do I make the output display scrollable automatically, without having to pipe it through ...
0
votes
0answers
28 views
Implementing fixed position in javascript causes jitter in Safari when scrolling
Fixed position does not work for my use case because it is fixed to the browser window and you can get in a state where the text is off your screen to the right and you can not get to it. Anyways, I ...


