0
votes
1answer
30 views
jquery scroll and css help
Ok so this is my basic setup:
<ul id="sortable_tabs">
<li id="tabs_sort" class="tab_link">
<div id="sort_tabs" class="tab_link_text">Text here< …
1
vote
2answers
48 views
jQuery - fadeOut on Scroll / fadeIn on “scrollstop”
Hi everybody, i am trying to figure something out in jQuery and yes you may see now horrible code but i am not a programming expert ;-) So sorry if it hurts your eyes... But to des …
0
votes
1answer
23 views
jQuery.scroll “listener” problem
Hey guys,
I'am scrolling through a page witch jQuery scrollTo.
If the page reaches ssome pixels for exaple y= 300 a div slides in.
If i scroll manually i want to slide that div i …
2
votes
2answers
51 views
How can I scroll my panel using my mousewheel?
I have a panel on my form with AutoScroll set to true so a scrollbar appears automatically.
How can I make it so a user can use his mouse wheel to scroll the panel? Thanks SO.
0
votes
1answer
70 views
c#: How do I determine if the ScrollBar for a Scrollable control is currently displayed?
Title says it all...is there a way for me to check if the Scrollbar for a control is currently displayed or not? I want to use it so I can determine how to size the children of th …
0
votes
1answer
14 views
ASP.NET - Scrollable Panel and Placing ListView in that
Hi,
We are building an ASP.NET page and in that we need place a Scrollable Panel containing a ListView.
The ListView in-turn will hold different records, which are retrieved from …
0
votes
1answer
40 views
jquery dialog scroll bars
Does anyone know if there is a way to disable scroll bars in the jquery dialog box? The content that I have in the div is 300 px but the dialog is set to 200px. It automatically pu …
0
votes
0answers
12 views
How to synchronize content of one view depending on scroll position in sibling ScrollView?
I have extended LinearLayout (vertical) to create a custom compound component. This in turn contains two children:
one custom view that is drawn directly onto the view canvas.
o …
0
votes
0answers
13 views
How to scroll multi line the text editor view in the virsual studio 2005
With the Edit.MoveContolUp/Edit.MoveContolDown function, i can scroll the view up and down
but it only scrolls one line. Is there any way to scroll the view more than one line wit …
0
votes
3answers
87 views
Java JList scroll to selected item
Hi,
I have a jlist with a lot of items in it, of which one is selected. I would like to scroll to the selected item in this jlist, so the user can quickly see which item is select …
0
votes
1answer
41 views
setContentOffset:animated: shows view background
Hi,
I have a UIScrollView with with different view controllers for each page inside it. When I use setContentOffset:animated: to scroll to a different page I can see a white line …
0
votes
1answer
67 views
Prevent scrolling to content in jQuery tabs
I'm working on a page that uses jQuery tabs. It's pretty much completed, but I've run into one minor annoyance. If the content of the tab is longer than the available window height …
0
votes
0answers
133 views
Jquery Autocomplete scroll bar not coming in IE
hi,
i am using latest version of jquery autocompletion plugin.
and have populated an array(input for autocomplete) abt 800 entries.
now strangely when i type a letter which trig …
1
vote
2answers
407 views
jquery vertical scroll
Now, I'm trying to create a vertical scroll.
http://www.chohoh.com/pcs/test.scroll.html
I have quite a few things nested which needs to remain like that but I think I'm unclear on …
0
votes
2answers
154 views
jQuery Scrolling box cancel interval on mouseup help
Sorry that i don't have an example.
However i'm creating a scrolling box (scrolls left and right) I have bind mouseDown functions to 2 images (these are used to scroll the box). t …
