active questions tagged scroll - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T06:32:09Z http://stackoverflow.com/feeds/tag/scroll http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1944108/postgresql-outofmemory-with-criteria-scroll-in-hibernate-with-2m-records 0 Postgresql OutOfMemory with Criteria.scroll() in Hibernate with 2M records Ankit Kumar 2009-12-22T04:06:42Z 2009-12-23T01:21:18Z <p>I am running a Criteria.scroll() on PostgreSQL on a DB containing 2M records. The memory keeps increasing and finally it generates an OutOfMemoryException. Please can you advice how to fix this.</p> <blockquote> <p>Postgresql DB version: 8.4 Postgresql Driver Used: postgresql-8.4-701.jdbc4.jar</p> </blockquote> <p>Is there some known issue with Hibernate scroll() in PostgreSQL? </p> <p>Appreciate any guidance/suggestions.</p> http://stackoverflow.com/questions/1947922/overwritten-variable-thumbnail-scroll-panel 0 Overwritten variable, thumbnail scroll panel Qpixo 2009-12-22T17:28:10Z 2009-12-22T17:28:10Z <p>I'm building a website with several menu options. I use thumbnail panel scroll examples and modified it to achieve what I want to do. Loading dynamically each photography items.</p> <p>Ex: Book 1 ==> Loading 5 images Book 2 ==> Loading 2 images ...</p> <p>As matter of fact, when clicking Book 1 the total width is larger than Book 2.</p> <p>The problem is I want to put a limit at the last photo item to stop scrolling further. It seems that my container.panelMC.width is overwritten the last variable all the time. How can I reset it each time which loading different photo gallery?</p> <p>However Adding the limit in first image index is working fine.</p> <pre><code>private function handleScroll(event:Event):void { var xSpeed = 0; var thumbX = scrollbarMC.getThumbX(); var thumb = scrollbarMC.getThumbMC(); var trackWidth = scrollbarMC.getTrackMC(); var bounds = container.strokeMC.getBounds(this); var tempo = 0; // Verify 4 areas when mouse in Outside of the Panel area defined if ((stage.mouseX &lt; bounds.x) || (stage.mouseX &gt; bounds.width) || (stage.mouseY &lt; stage.stageHeight - HEIGHT) || (stage.mouseY &gt; bounds.height)) { // Reinstate mouseOver, make sure not to run when outside of panel container.panelMC.addEventListener(MouseEvent.MOUSE_OVER, handleTestScroll); container.panelMC.removeEventListener(Event.ENTER_FRAME, handleScroll); } else { // Get the speed distance of X axis xSpeed = -(stage.mouseX - middle) / SPEED; tempo = container.panelMC.width; trace("****Panel Width: "+tempo); // From middle stage, verify when mouse is oriented to right side of stage if (stage.mouseX &gt; middle) { trace('__Scrolling Right side...'); // Add a limit at LAST image index in panel to stop scrolling further if (container.panelMC.x &gt;= (stage.stageWidth - tempo)) container.panelMC.x += xSpeed; } else { trace('__Scrolling Left side: '+stage.x); // Add a limit at FIRST image index of container to stop scrolling further if (container.panelMC.x &lt; stage.x) container.panelMC.x += xSpeed; } } } </code></pre> http://stackoverflow.com/questions/1936338/how-do-i-make-a-side-scrolling-iphone-app 0 How do I make a side-scrolling iPhone app? Flafla2 2009-12-20T16:57:54Z 2009-12-22T14:45:55Z <p>I am working on a side-scrolling iPhone app, and I have every resource, except the actual side scrolling part! How do I make an app so that it side-scrolls? To be more specific, I want the view of the app to scroll when a UIImageview(player) hits the right/left border of the screen.</p> <p>&lt;:EDIT:><br /> I am extremely sorry for all of this confusion! All I am making is a SAMPLE iPhone app only to be used in the simulator. In the app, I have a UIImaageview that moves when you touch arrow UIImageviews. PLEASE NOTE THAT ALL INFORMATION SAID BEFORE THIS SENTENCE WORKS PERFECTLY! Now, my <b><i>problem</i></b> is that I want the UIView to scroll only ONE picture(this means it doesn't go forever ;)). I have tried using a UIScrollView, but that didn't work. Finally, I am not planning to use Cocos2D or any other game engine besides a basic UIview. This is only a test app, not a coding extravaganza...</p> http://stackoverflow.com/questions/1380222/creating-a-scroll-follow-function-but-need-to-prevent-it-from-overlapping-the-foo 0 Creating a Scroll Follow function but need to prevent it from overlapping the Footer Div Mike B. 2009-09-04T16:16:27Z 2009-12-22T00:00:01Z <p>I've created a function that changes the 'position' of a DIV to 'fixed' after a certain point of scroll. The purpose is to keep it visible on the screen while page is scrolled. Works great (although not in IE6).</p> <p>Problem is that when I get to the bottom of a page, I don't want the DIV to overlap the footer. I'm guessing I'll need to change the 'position' from 'fixed' to 'absolute', setting the 'bottom' property to something slightly greater then the height of the footer.</p> <p>It's best to test this issue on <a href="http://nectar.myshopify.com/collections/on-sale" rel="nofollow">this page</a>. <strong>Make sure that your window is resized a littler smaller so that you can see the sidebar overlapping the footer.</strong></p> <p>Here's my code so far :</p> <pre><code> $(document).ready(function(){ var element = $("#sidebar"); var window_height = $(window).height(); var element_height = element.height(); // On scroll, set or unset the fixed position $(window).scroll(function() { if (window_height &gt; element_height) { if ($(document).scrollTop() &gt; 220) { element.css("position","fixed"); element.css("top","9px"); element.css("padding-top","0"); } else { element.css("position","relative"); element.css("top","0"); element.css("padding-top","57px"); } } else { element.css("position","relative"); element.css("top","0"); element.css("padding-top","57px"); } }); // On window resize, set or unset the fixed position $(window).resize(function(){ window_height = $(window).height(); if (window_height &gt; element_height) { if ($(document).scrollTop() &gt; 220) { element.css("position","fixed"); element.css("top","9px"); element.css("padding-top","0"); } else { element.css("position","relative"); element.css("top","0"); element.css("padding-top","57px"); } } else { element.css("position","relative"); element.css("top","0"); element.css("padding-top","57px"); } }); }); </code></pre> http://stackoverflow.com/questions/1619750/jquery-dialog-scroll-bars 0 jquery dialog scroll bars ngreenwood6 2009-10-25T02:10:17Z 2009-12-21T23:02:54Z <p>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 puts the scrollbars but I do not want them. I will add it myself to the second div that makes it bigger than the window. Any help is appreciated.</p> http://stackoverflow.com/questions/1920159/quick-jquery-question-scrolling 1 Quick Jquery Question: Scrolling Wade D Ouellet 2009-12-17T08:06:28Z 2009-12-17T08:35:36Z <p>Hey,</p> <p>I am working on a site, the demo is located here: <a href="http://waterwing.waterwing.ca" rel="nofollow">http://waterwing.waterwing.ca</a> (Please ignore the other 2 pages, they are far from finished).</p> <p>Anyways, The scrollable on the home page works fine except for the fact that anything you click within the scrollpane will move the scroller. I need to make it so that only the arrows will move the scroller. I also believe this is only happening in mac safari and mac firefox because windows firefox seems to be fine.</p> <p>The piece of jquery controlling the scroller:</p> <pre><code>$("#flowpanes").scrollable({size: 1}); </code></pre> <p>I just need to alter this so that only the arrows can control movement and not anything inside the flowpanes div.</p> <p>Thanks</p> http://stackoverflow.com/questions/1919931/problem-with-using-jquery-scrollable-on-wplistpages 0 Problem with using jquery scrollable on wp_list_pages garcan 2009-12-17T06:53:52Z 2009-12-17T07:09:43Z <p>I am trying to create a small scroll pane to list the output of wp_list_pages() for a Wordpress sidebar. It seems the li items generated by wp_list_pages() in the scroll pane are not scrollable. Any suggestion to work around or is there any existing themes already have such function? Thanks </p> http://stackoverflow.com/questions/1654792/jquery-fadeout-on-scroll-fadein-on-scrollstop 1 jQuery - fadeOut on Scroll / fadeIn on "scrollstop" Bosh 2009-10-31T16:01:50Z 2009-12-16T13:07:50Z <p>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 describe the problem:</p> <p>I have a div positioning working which gets fired by the scroll-event. What happens it that the scroll event gets fired a bunch of times which results in a flickering div. My plan is to fade out that div and fade back in as soon as no more scroll event is fired... How can i check that scrolling is over? I thought about a combination of timeout &lt;-> scroll but actually nothing worked as i hoped... Heres what i got so far... Quite simple...</p> <p><hr /></p> <pre><code>$(document).ready(function(){ //var animActive = false; $(window).scroll(function() { /* if (animActive == false){ animActive = true; $('.mceExternalToolbar').fadeOut(100, function () { $('.mceExternalToolbar').fadeIn(3000, function () { animActive = false; console.log("NOW"); }); }); }*/ topParentx = $('#tinyMCEwrapper').position().top; if ($(this).scrollTop() &gt;= topParentx){ $('.mceExternalToolbar').css('top', ($(this).scrollTop()-topParentx) + "px"); } else { $('.mceExternalToolbar').css('top', "0px"); }; }); }); </code></pre> <p><hr /></p> <p>As you can see i left one of my last attempts in there but its quite a noobish solution and by the way... The callbacks of the fade--fcuntion didnt work as expected...</p> <p><b>THANKS IN ADVANCE FOR ANY HELP</b></p> <p>Kind regards, Bosh</p> http://stackoverflow.com/questions/1903574/jquery-scroll-to-anchor-when-calling-url-replace-browsers-behaviour 0 jQuery: Scroll to anchor when calling URL, replace browsers behaviour bj 2009-12-14T21:19:04Z 2009-12-14T21:33:27Z <p>Hey there,</p> <p>I already know the jQuery plugin ScrollTo, but I didn't find any way up to now to realize the following:</p> <p>The users gets to my site (by typing, NOT by clicking a link on my page) domain.com/bla.php#foo</p> <p>and the anchor "#foo" exists. Now I want that the browser of the user does NOT automatically scroll to "#foo", instead I want to smoothly scroll so that the element '#foo' is about in the middle of the view and NOT on the absolute top position of the users view.</p> <p>thanks so far!</p> http://stackoverflow.com/questions/1898812/replacing-frames-with-code-that-uses-scrollable-div-div-doesnt-maintain-positio 0 Replacing frames with code that uses scrollable div; div doesn't maintain position Caveatrob 2009-12-14T03:53:08Z 2009-12-14T04:16:50Z <p>I've got an ASP page that I've converted from frames to scrollable divs, but when I post back to the page I lose the position in the scrollable div. The users want me to return back to frames if I can't solve the problem with DIVS.Any ideas? I'm using classic asp.</p> http://stackoverflow.com/questions/1896718/getting-distance-of-scroll 0 getting `distance` of scroll Phil Jackson 2009-12-13T14:46:18Z 2009-12-13T14:47:40Z <p>Hi, usinf javascript is it possible to work out the distance, or how far in pixels a window has been scrolled down?</p> <p>Regards Phil </p> http://stackoverflow.com/questions/1882429/how-can-i-append-content-to-the-bottom-of-a-fixed-height-div-and-have-it-overflow 2 How can I append content to the bottom of a fixed-height div and have it overflow-y: scroll? Anton 2009-12-10T17:03:39Z 2009-12-10T17:50:22Z <p>The question explains it pretty fully, but here's some more detail:</p> <ol> <li>I have a <code>div</code> with a fixed height.</li> <li>Content is dynamically loaded via Ajax and appended to the <code>div</code>.</li> </ol> <p>Added content is always positioned at the bottom of the <code>div</code>.</p> <p><strong>2 pieces of content (no scrolling yet)</strong></p> <pre><code>-------------------------div-- | | | | | | | | | some content (10:00 am) | | | | some content (10:03 am) | ------------------------------ </code></pre> <p>Additional content pushes existing content up until the <code>div</code> starts to scroll in the y-direction.</p> <p><strong>5 pieces of content (1 item scrolled)</strong></p> <pre><code>-------------------------div-- | some content (10:03 am) ^| | | | some content (10:04 am) #| | #| | some content (10:07 am) #| | #| | some content (10:09 am) v| ------------------------------ </code></pre> <p>Can this be done with CSS?</p> <p><strong>EDIT</strong></p> <p>Must work in Internet Explorer!</p> http://stackoverflow.com/questions/1227360/jquery-validation-plug-in-and-scrolling 0 jquery validation plug-in and scrolling hiester 2009-08-04T12:54:36Z 2009-12-10T13:59:45Z <p>I'm using the jquery validation plug-in. When there are invalid fields, it focuses on the first invalid field. However, my labels are on top of my fields and I want to scroll up just a bit so the user can see both the label and the field. I've looked at the scrollTo plug-in, but haven't figured out an easy way to integrate it. Maybe someone has done something like this before? </p> http://stackoverflow.com/questions/1222765/flex-scrolling-the-canvas-to-its-top 1 Flex scrolling the canvas to its top dta 2009-08-03T14:48:39Z 2009-12-10T12:43:14Z <p>Is there a way to programmatically scroll the canvas to its topmost position? </p> http://stackoverflow.com/questions/1870503/horizontal-step-carousel -1 Horizontal Step Carousel borayeris 2009-12-08T23:02:57Z 2009-12-08T23:18:05Z <p>Step Carousel <a href="http://www.harrods.com/harrodsstore/" rel="nofollow">http://www.harrods.com/harrodsstore/</a></p> <p>I need a flash or jquery Horizontal Step Carousel which has auto scroll feature and scrollbar at the bottom. Anyone saw it something like that?</p> http://stackoverflow.com/questions/1730715/dragging-a-particularly-large-sprite-up-and-down-like-scroll-effect-in-cocos2d 0 Dragging a particularly large sprite up and down like scroll effect in COCOS2D maxfire 2009-11-13T17:23:40Z 2009-12-08T06:58:16Z <p>I am really stuck on this. My application is in landscape view and on one screen i wanted my instructions image to be scrollable. I have added this image as a sprite. First i tried to get scroll effect available from other sites, but soon i saw that scrolling was being done for the complete screen and not the sprite image. Then i resorted to implement the scrolling effect by dragging the sprite only in y axis (up and down). Unfortunately i am messing things somewhere, due to which only a portion of the sprite (shown on the screen only with the height 320pixels) is being dragged and the rest of the sprite is not being shown. The code is as follows</p> <p>in the init layer function i have</p> <p>//Add the instructions image</p> <p>instructionsImage = [Sprite spriteWithFile:@"bkg_InstructionScroll.png"]; instructionsImage.anchorPoint = CGPointZero; [self addChild:instructionsImage z:5]; instructionsImage.position = ccp(40,-580); oldPoint = CGPointMake(0,0); self.isTouchEnabled = YES;</p> <p>//The touch functions are as follows - (BOOL)ccTouchesMoved:(NSSet *)touches withEvent:(UIEvent *)event { UITouch *touch = [touches anyObject];</p> <p>// Move me! if(touch &amp;&amp; instructionsImage != nil) { CGPoint location = [touch locationInView: [touch view]]; CGPoint convertedPoint = [[Director sharedDirector] convertCoordinate:location];</p> <p>CGPoint newPoint = CGPointMake(40, (instructionsImage.anchorPoint.y+ (convertedPoint.y - oldPoint.y))); instructionsImage.position = newPoint; return kEventHandled; } return kEventIgnored; }</p> <p>//The other function - (BOOL)ccTouchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { UITouch *touch = [touches anyObject];</p> <p>// Move me! if(touch &amp;&amp; instructionsImage != nil) { CGPoint location = [touch locationInView: [touch view]]; CGPoint convertedPoint = [[Director sharedDirector] convertCoordinate:location]; oldPoint = convertedPoint; return kEventHandled; }</p> <p>return kEventIgnored; }</p> http://stackoverflow.com/questions/1600664/how-can-i-scroll-my-panel-using-my-mousewheel 2 How can I scroll my panel using my mousewheel? Papuccino1 2009-10-21T12:57:40Z 2009-12-08T05:14:33Z <p>I have a panel on my form with AutoScroll set to true so a scrollbar appears automatically.</p> <p>How can I make it so a user can use his mouse wheel to scroll the panel? Thanks SO.</p> http://stackoverflow.com/questions/1864731/scrolling-of-a-document 0 Scrolling of a Document Pavan Navali 2009-12-08T05:06:09Z 2009-12-08T05:11:33Z <p>I'm working on an application in c#, which reads a pdf document. As we all know we have hand tool in most of the pdf reader, which is used to scroll the document. My issue is when I use the hand tool to scroll the mouse, the speed of the movement of the mouse and the speed of the scrolling of the document is not synchronized. Not matter how fast or slow I move the mouse, speed of scrolling of the document remains same. </p> <p>I need help in developing the logic for this. </p> http://stackoverflow.com/questions/1857618/jquery-scroll-div-with-scrolltop 0 jQuery scroll div with scrollTop papermate 2009-12-07T03:16:39Z 2009-12-08T01:08:51Z <p>I'm trying to scroll a div up or down when hovering over the respective arrows. I also want to be able to jump down the div when the buttons are clicked (think clicking the windows scroll arrows rather than dragging the scroll bar).</p> <p>The scrolling works but the jumping doesn't. scrollTop() keeps retuning 0.</p> <p>Here's the code:</p> <pre><code>function startScrollContent() { if ($('.haccordion-opened').prev('.header').find('div').attr('title') != 'dontscroll' &amp;&amp; $('.haccordion-opened span.arrow').length == 0) { $('.haccordion-opened').append('&lt;span class="arrow down" style="position: absolute; bottom: 5px; left: 260px; font-size: 9pt;"&gt;&amp;#9660;&lt;/span&gt;&lt;span class="arrow up" style="position: absolute; bottom: 5px; left: 280px; font-size: 9pt;"&gt;&amp;#9650;&lt;/span&gt;'); $('.content span.arrow').hover(function() { direction = ($(this).hasClass('up')) ? '-=' : '+='; $('.content .padding').animate({scrollTop: direction + $('.content .padding').css('height')}, 5000); }, function() { $('.content .padding').stop(); }); $('.content span.arrow').click(function() { $('.content .padding').stop(); direction = ($(this).hasClass('up')) ? '-' : '+'; alert($('.content .padding').scrollTop()); //$('.content .padding').scrollTop($('.content .padding').scrollTop + direction + 100); }); } return; } </code></pre> <p>How can I get the jump part working?</p> http://stackoverflow.com/questions/1863541/fancybox-scrolling-page-position 0 Fancybox - Scrolling / page position zoopzoop 2009-12-07T23:05:01Z 2009-12-07T23:05:01Z <p>I am trying to automatically scroll to a anchor when opening a fancybox iframe like so: www.example.com/posts#header.</p> <p>It kinda works but it scrolls to the wrong position, either too far up or way too far down (mostly way too far down).</p> <p>I tried using the jQuery ScrollTo plugin but it also scrolls to the wrong position and additionally "pops out" the page from the fancybox to the whole window.</p> <p>Would be thankful for any tips on how to get this working!</p> http://stackoverflow.com/questions/1851620/handling-scroll-event-on-listview-in-c 0 Handling scroll event on listview in c# murasaki5 2009-12-05T08:51:22Z 2009-12-05T12:09:14Z <p>I have a listview that generates thumbnail using a backgroundworker. When the listview is being scrolled i want to pause the backgroundworker and get the current value of the scrolled area, when the user stopped scrolling the listview, resume the backgroundworker starting from the item according to the value of the scrolled area. </p> <p>Is it possible to handle scroll event of a listview? if yes how? if not then what is a good alternative according to what i described above?</p> http://stackoverflow.com/questions/1843335/detecting-when-textarea-scroll-has-reached-the-bottom-to-enable-button 0 Detecting when textarea scroll has reached the bottom to enable button Teaman 2009-12-03T22:13:38Z 2009-12-03T22:13:38Z <p>I want to display a license agreement in a scrolling textarea and detect when the user has scrolled to the bottom of the text area, then enable the submit button. Is there a way to do that?</p> http://stackoverflow.com/questions/1529570/jquery-autocomplete-scroll-bar-not-coming-in-ie 0 Jquery Autocomplete scroll bar not coming in IE ernesto 2009-10-07T05:03:50Z 2009-12-03T10:58:44Z <p>hi, </p> <p>i am using latest version of jquery autocompletion plugin. and have populated an array(input for autocomplete) abt 800 entries.</p> <p>now strangely when i type a letter which triggers large results(causing a scroll bar), i can see a scrollbar in mozilla but not in Internet explorer.</p> <p>i have only included </p> <blockquote> <p>jquery.autocomplete.css</p> </blockquote> <p>and </p> <blockquote> <p>jquery.autocomplete.js</p> </blockquote> <p>files in my jsp.</p> <p>should i need to include anything else, what might have went wrong with me?</p> <p>any help?</p> <p>thank you.</p> <p><strong>__EDIT________________</strong></p> <p>CSS looks like this : </p> <p>.ac_results { padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999; }</p> <p>.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; }</p> <p>.ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; /* if width will be 100% horizontal scrollbar will apear when scroll mode will be used <em>/ /</em>width: 100%;<em>/ font: menu; font-size: 12px; /</em> it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */ line-height: 16px; overflow: hidden; }</p> http://stackoverflow.com/questions/1829893/scroll-using-mousewheel-inside-panel-with-dynamically-added-picturebox-controls 2 scroll using mousewheel inside panel with dynamically added picturebox controls mike_jik 2009-12-02T00:19:07Z 2009-12-02T01:42:34Z <p>I've dynamically added 20 pictureboxes to a panel. i would like to see the panel scroll when I use the mousewheel. I set the autoscroll = true on panel control. Here is the code. For i As Integer = 1 To 20</p> <pre><code> Dim b As New PictureBox() b.Image = Nothing b.BorderStyle = BorderStyle.FixedSingle b.Text = i.ToString() b.Size = New Size(60, 40) b.Location = New Point(0, (i * b.Height) - b.Height) b.Parent = Panel1 Panel1.Controls.Add(b) Next </code></pre> <p>I did the same thing with button control and it works just fine. For i As Integer = 1 To 100</p> <pre><code> Dim b As New Button() b.Text = i.ToString() b.Size = New Size(60, 40) b.Location = New Point(0, (i * b.Height) - b.Height) b.Parent = Panel1 Panel1.Controls.Add(b) Next </code></pre> <p>why does it work for "button" control but not for "picturebox" or "label" controls? how do i achieve the scrolling affect using mousewheel. thanks.</p> http://stackoverflow.com/questions/1773505/winforms-richtextbox-how-can-i-determine-how-many-lines-of-text-are-visible 2 Winforms RichTextBox: How can I determine how many lines of text are visible? Cheeso 2009-11-20T21:57:52Z 2009-11-30T20:19:43Z <p>I have a Winforms app containing a RichTextBox. </p> <p>How can I determine how many lines of text are displayed, currently visible? </p> <p>Reason: I want to scroll the caret to the middle of the RichTextBox. I can use <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.textboxbase.scrolltocaret.aspx" rel="nofollow">RichTextBox.ScrollToCaret()</a>, but that puts the caret at the top of the RichTextBox. I figure, If I know how many lines are displayed, I could move the caret "back" n/2 lines, then call ScrollToCaret(), then restore the original caret position. </p> <p><strong>EDIT:</strong></p> <p>I found <a href="http://msdn.microsoft.com/en-us/library/bb761586%28VS.85%29.aspx" rel="nofollow">EM_GETLINECOUNT</a>, which I thought was the answer, except the doc says: *The EM_GETLINECOUNT message retrieves the total number of text lines, not just the number of lines that are currently visible.*</p> <p>Tantalizingly, there is also <a href="http://msdn.microsoft.com/en-us/library/bb761574%28VS.85%29.aspx" rel="nofollow">EM_GETFIRSTVISIBLELINE</a>, which gets the first visible line, but I couldn't find a GETLASTVISIBLELINE. ??</p> <p><hr></p> <p>Related:<br> <a href="http://stackoverflow.com/questions/1773400/winforms-richtextbox-how-can-i-scroll-the-caret-to-the-middle-of-the-richtextbo">How can I scroll the caret to the middle of the RichTextBox?</a></p> http://stackoverflow.com/questions/1617169/how-to-hide-vertical-scrollbar-in-wxtextctrl 1 How to hide vertical scrollbar in wxTextCtrl? George Edison 2009-10-24T06:25:47Z 2009-11-30T00:06:43Z <p>I'm using wxWidgets for a cross platform app. In this app, there is a text control that contains enough text to cause the vertical scrollbar to appear. However, I do not want the scrollbar to appear. There is a flag wxTE_NO_VSCROLL that works on Windows but not *nix. Any ideas?</p> http://stackoverflow.com/questions/1805808/jquery-scrollintoview 0 jQuery: scrollintoView? Fuxi 2009-11-26T21:44:18Z 2009-11-26T21:53:44Z <p>hi,</p> <p>i'm dynamically adding rows to a table using jQuery. the table is inside a div which has overflow:auto, thus causing a vertical scrollbar.</p> <p>i now want to auto-scroll my container-div to the last row - what's the jQuery version of scrollintoView(tr) ?</p> <p>thx</p> http://stackoverflow.com/questions/1761085/jquery-scrolling-ul-with-hidden-overflow 0 jQuery scrolling UL with hidden overflow papermate 2009-11-19T05:28:41Z 2009-11-19T06:07:08Z <p>I have a UL with LI's set to display horizontally. The UL has a fixed width and it's set to hide the overflow. This is so I can display my images, which are to be used in a gallery, neatly. It works and looks nice.</p> <p>I want to, however, use jQuery to scroll the contents of the UL rather than set the overflow property to auto and be presented with those ugly scroll bars. I recycled some code I used to do the same thing a few weeks back but, back then, I was doing it in DIV's. Much easier, apparently. </p> <pre><code>$('.gallery_container span').hover( function() { if ($(this).attr('class') == 'up') direction = '-='; else direction = '+='; var divOffset = $('ul.gallery').offset().top; $('ul.gallery').animate({scrollTop: direction + divOffset}, 5000); }, function() { $('ul.gallery').stop(); }); </code></pre> <p>I saw a site that says the scrollTop property can be applied to UL's. So I'm not sure what exactly is causing this not to work.</p> <p>Any ideas?</p> <p>EDIT: Found what was causing it to not work at all but not it scrolls vertically - Kind of expected that. Is there any way to scroll it horizontally?</p> http://stackoverflow.com/questions/1756237/c-disable-datagrid-scrolling 0 C# disable datagrid scrolling net 2009-11-18T14:05:23Z 2009-11-18T14:34:40Z <p>Hi,</p> <p>Is is possible to disable <code>DataGrid</code> scrolling ? If yes, how ?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1742717/horizontal-scrolling-in-datagridview 1 Horizontal scrolling in Datagridview TakeItEasy 2009-11-16T15:03:22Z 2009-11-17T21:24:14Z <p>Hi all,</p> <p>I want to scroll horizontal in my grid (inherited from DataGridView). Not with Ctrl+scrolling tiltwheel (mousewheel), but by pushing the mousewheel to the left or the right.</p> <p>First I tried it by catching the WM_MOUSEHWHEEL (0x020E) message in WndProc, but this fires only once (and I want to keep on moving left or right as long as I push).</p> <p>I used Spy++ to check the messages of my control, but found nothing usefull :$ I checked the same on a Richtextbox (and notepad) and it seems that there is another message that fires : WM_HSCROLL (0x0114).</p> <p>The richtextbox doesn't scroll horizontally by pushing the wheel left or right, but I can catch the WM_HSCROLL in the WndProc function. I can't do that in the DataGridView (the Message doesn't arrive there).</p> <p>So I am wondering if there is a way to get this thing working?</p> <p>Regards,</p> <p>TakeItEasy</p>