0
votes
0answers
4 views
Maintain scroll position on updating the ItemSource of a silverlight datagrid
I'm using a DataGrid in my silverlight application to display some data that's refreshed on a timer. My problem is that when this happens the vertical scrollbar in the grid resets to the top, whereas …
0
votes
1answer
21 views
Is there an event that fires on changes to scrollHeight or scrollWidth in jQuery?
I'm using JQuery to design an application where the user can drag elements inside of a div that automatically adds scrollbars and expands the scrollHeight/scrollWidth as needed. I need to fire off an …
0
votes
1answer
18 views
Automatically scroll when mouse is idle
I need to find a way to randomly scroll horizontally and vertically, plus or minus a set number of pixels per second in each dimension, when the mouse has been idle for a set amount of time. Any ideas …
0
votes
4answers
140 views
Big problem with wordpress pages, will not scroll in IE7
Ok guys, this is re-visited, Ive rescued my website from the hackers and now its virus and malware free, thank you to all who pointed me in the right direction to fix it.
However my first problem …
0
votes
1answer
26 views
Vertical Text Scrolling
Is there a nice way to get multiple lines of text to scroll vertically with javascript? I absolutely hate scrolling text, but, alas, I am not the oh-so intelligent business owner.
I am looking for …
0
votes
2answers
26 views
C#: Synchronize Scroll Position of two RichTextBoxes?
In my application's form, I have two RichTextBox objects. They will both always have the same number of lines of text. I would like to "synchronize" the vertical scrolling between these two, so that …
1
vote
4answers
344 views
JQuery Scrolling/Paging Tabs
I am trying to create a simple tab bar for a site that has the ability to scroll for tabs that do not fit on the page. This is quite simple and does not need to have any ajax or dynamically loaded …
0
votes
1answer
49 views
C#, RichTextBox: how to implement scrolling line by line?
Hi!
I have a RichTextBox in my C#-application. Both horizontal and vertical scrolling are enabled.
Current behavior:
When I reach the last line of visible text area, horisontal scrolling comes to …
0
votes
1answer
23 views
Scrolling problem with a WebBrowser control contained in a Panel control
I have a .Net Panel control that contains a single child control that is a WebBrowser. I won't go into the reasons for me doing that, but it is related to printing out the control. The panel control …
0
votes
2answers
52 views
Flex: Scrolling in datagrids
Hi!
I have 2 questions about flex datagrids:
How can I scroll it automatically to the bottom when new portion of data arrived to it (e.g. I added new items)
Strange, but seems it doesn't scroll …
0
votes
0answers
10 views
Scroll stackLayout view in iPhone web application
Hi,
I'm developing a web application for the iPhone using Dashcode. I would like to scroll a view of the stackLayout since the div exeeds the screen of the iPhone.
"overflow: scroll" doesn't work …
0
votes
1answer
23 views
jQuery: snapped scrolling - possible?
hi all,
i'm having a scrollable table with fixed header.
would it be possible to have "snapped scrolling" on the scrollbar - which means that the table rows won't scroll pixel by pixel but snap …
3
votes
2answers
83 views
Algorithm to implement kinetic scrolling
What are the good algorithms to apply to kinetic scrolling implementation? The feature would be tested on custom UI list. While I am targeting mobile devices (those that do not have this feature …
0
votes
1answer
31 views
Vertical Scrollbar in CListCtrl
I'm using a CListCtrl in Icon view, but it scrolls horizontally:
1 3 5 7 -->
2 4 6 8 -->
I'd rather it scroll horizontally:
1 2
3 4
5 6
| |
V V
Is there a way to do this?
0
votes
1answer
138 views
scrolling tabs in jQuery
Is there simple solution to build tabs with the scrolling tabs-pane in jQuery?
Like ExtJS Advanced Tabs:
http://www.extjs.com/deploy/dev/examples/tabs/tabs-adv.html
