Tagged Questions
The autoscroll tag has no wiki summary.
9
votes
4answers
4k views
JScrollPane and JList auto scroll
I've got the next code:
listModel = new DefaultListModel();
listModel.addElement(dateFormat.format(new Date()) + ": Msg1");
messageList = new JList(listModel);
...
6
votes
1answer
718 views
Auto-Scrolling Divs w/ JQuery (Foursquare Feed alike)
So I make a call for records with JQuery when the page loads like this:
$.ajax(
{
type: "POST",
url: "<%= Url.Action("GetRecords", "Home") %>",
data: ...
6
votes
1answer
2k views
How to get a TextView in Android have Horizontal Scrolling and autoscrolled?
I want to have a simple TextView with horizontal scrolling, I know that I use HorizontalScrollview for that and I want the text to be autoscrolled continuously. Is that possible?
5
votes
5answers
2k views
Stop ScrollView from auto-scrolling to an EditText
Seems to be a common problem without a great solution that I have found. Goal is to stop a ScrollView from auto-scrolling to an EditText (or any view for that matter) that has focus.
You have a bunch ...
5
votes
1answer
961 views
Android scrollview autoscrolling as text is added
I have a scrollview containing a textview in an Android app. This textview will have text appended to it continuously at set intervals. Scrolling works and the text adds just fine, but what I'd like ...
3
votes
1answer
193 views
How to make TForm shows scrollbars when BorderStyle=bsNone?
When their BorderStyle is set to bsNone, TForms usually won't show scrollbars even if the AutoScroll is True and some children controls positions exceed ClientWidth/ClientHeight values.
So, is there ...
3
votes
2answers
453 views
How to autoscroll to the end of RichEdit?
I never needed to use the TRichEdit before, always used TMemo.
I'd like RichEdit autoscrolling to the end when I add text like TMemo. See how it looks after you add some data:
As you can see, the ...
3
votes
1answer
272 views
Autoscroll problem on mousedown
I have a custom control inside an autoscroll panel. When the user control extends beyond the width of the panel, the scroll bars appear. When you then scroll any distance, and mousedown on the ...
3
votes
2answers
2k views
How can I show scrollbars on a PictureBox control?
Sometimes, I have a picturebox lets say 100x100. But the image it will display is actually 100x400.
I don't want to increase the size of the picturebox itself. Instead, I would like to create a ...
3
votes
2answers
2k views
Android: Autoscrolling HorizontalScrollView
I'm using the following code to simulate tabs and since there are more tabs that width can accommodate user can scroll left or right to make a tab button visible. It all works, however I also provide ...
2
votes
2answers
523 views
WinForms: How to avoid horizontal scroll bar with AutoScroll?
I'm writing a custom control that contains a list of items (child controls) that resize horizontally to fit the width of the control. If there are lots of items (or the control is resized so that it ...
2
votes
3answers
2k views
Android: auto scrolling down the EditTextView for chat apps
Thank you for looking,
I am creating a chat application. It works for the most part.
The only thing I have a problem with is the scrolling.
I use EditText to publish the new message from the server.
...
2
votes
2answers
549 views
Autoscroll on parent panel, when there is overflow on child panels.Extjs
I'm having a single Parent Panel, which has 2 child panels. One has content dynamically created, while the other is fixed height and width. The Parent panel is using border layout, with center and ...
2
votes
2answers
818 views
Disabling RichTextBox autoscroll
I am using RichTextBox control for displaying application logs. I am updating control once a second with a few calls of RichTextBox::AppendText method. What is really annoying for me is that cursor ...
2
votes
1answer
510 views
Smart JScrollPane autoscrolling
I am attempting to implmement smart autoscrolling on a JScrollPane containing a JTextPane. The JTextPane is used for logging my app in color. However I'm running into a wall trying to do smart ...
2
votes
1answer
208 views
Problem with scrollable
I'm using this plugin - http://flowplayer.org/tools/demos/scrollable/plugins/index.html#autoscroll - and I want to make it looping.
At the documentation there is an option of "loop" but I can't ...
1
vote
1answer
62 views
Multiline Textbox with automatic vertical scroll
There are a lot of similiar questions over internet, on SO included, but proposed solutions doesn't work in my case.
Scenario : there is a log textbox in xaml
<TextBox Name="Status"
...
1
vote
1answer
108 views
jCarousel - how to get pause on hover with autoscroll?
JCarousel have recently changed (january 2011).
It used to have a way to implement pause on hover with autoscroll.
With the new version I cannot solve how to get autoscroll to stop on hover:
I would ...
1
vote
3answers
103 views
Python Tkinter Text Widget with Auto & Custom Scroll
I wrote a simple Tkinter based Python application that reads text from a serial connection and adds it to the window, specifically a text widged.
After a lot of tweaks and some very strange ...
1
vote
1answer
44 views
How to force vertical scrollbar always be visible from AutoScroll in WinForms?
Using VS2010 and .NET 4.0 with C# and WinForms:
I always want a Vertical Scrollbar to show for my panel as a disabled scrollbar (when it's not needed, and a enabled one when it can be used.
So it's ...
1
vote
4answers
105 views
JScrollPane Problems
If I add a JTable to a JPanel and then add that JPanel to a JScrollPane, whenever that JTable gains focus, the scroll pane automatically scrolls to the very bottom, which is bad.
I have many reasons ...
1
vote
1answer
173 views
jQuery, auto scroll down with auto loaded content
I like to know if there is any good approach to scroll down a div that it's content is autoloaded.
As en example, get the facebook. When you try to invite your friends to some event then popup a ...
1
vote
2answers
65 views
Listbox RemoveAt Method Causing AutoScroll
Nutshell: How can I disable the auto-scroll back to the top of a ListBox when I call RemoveAt(0)?
Background:
I have a simple list box that I mash full of data at regular intervals.
Basically I'm ...
1
vote
2answers
201 views
Scrolling issues with a TextArea in LWUIT
I have a TextArea in LWUIT that I am having an issue manipulating. I have the following two issues:
Even though I call setIsScrollVisible(true), I do not seem to have a
scrollbar and cannot scroll ...
1
vote
1answer
90 views
How can I combine MinimumSize with AutoScrollMinSize in c# .net dockable forms?
I want my dockable Winforms to have a minimum size when floating. They also show scrollbars if they are minimized to less than a set AutoScrollMinSize property. If I add a MinimumSize property to get ...
1
vote
1answer
68 views
How to scroll automatically to the center in iframe within a handler?
I have this code
<a href="index.php?option=com_surveys&Itemid=120&act=view_survey&survey=1:basic-survey" class="modal" rel="{handler: 'iframe', size: {x: 680, y: ...
1
vote
1answer
335 views
Auto triggering “load more” link using jquery before user reach the bottom. How?
Ok guys. I have a link with class name "more_updates". I want the load more link to be triggered automatically everytime the user reach 80% of the page.
I'm listing 50 products. Each row contains 5 ...
1
vote
1answer
245 views
how can i make a horizontal scroll bar auto scroll to the left?
I have a horizontal scrollbar and i can get it to scroll all the way to the right but i want it to autoscroll to the left with no user interaction. i cant seem to get it to work.
...
1
vote
1answer
189 views
VB Datagrid Disable AutoScrolling Focus on Selected column
Kinda new here but needed help and a good friend suggested this site.
My problem is I have a data grid in Visual Basic, it works fine but as the columns extend past the width of the window I needed a ...
1
vote
1answer
346 views
InputTextarea autoscroll behavior
I have a inputTextarea that I refresh using PrimeFaces' AJAX poll.
When the inputTextarea is refreshed, a lot of new text will be displayed. However, it will always jump to the first line after ...
1
vote
1answer
2k views
Add vertical scroll bar to panel
I've been searching for a while for a tutorial on getting just a single vertical scrollbar on a panel (and getting it to work right, etc.) I am trying to make a panel scrollable, but vertically ...
1
vote
1answer
753 views
jscrollpane Auto scroll on document loading?
I'm trying to start an auto scroll on-page load for a jscrollpane implementation. The reason being is using the anchor links to scroll to elements in the pane area when there is a lot of content ...
1
vote
4answers
260 views
Why won't this div autoscroll?
I've got this working nicely, but the autoscroll refuses to work... any idea why?
PS I only want to use jQuery... commentsList is inside of commentsPanel
$.ajax({
url: ...
1
vote
2answers
389 views
jquery lavalamp and autoscroll easing problem (conflict)
I have got a problem and am really hoping you guys can help.
http://ontwikkelomgeving.wijzijnblits.nl/primawonen/
Here you can find a website that i am currently creating.
As you can see the ...
1
vote
4answers
964 views
.net scrollbar autoscroll problem
I'm writing an app in .net that uses the autoscroll for a layout panel in a dialog.
It seems that whenever I resize the window so that the vertical scrollbars should appear, the horizontal scrollbar ...
1
vote
3answers
2k views
Auto-scroll <textarea> with Javascript
I have this textarea that shows inputted text, but when the number of lines exceeds the size and width of the textarea, the user has to scroll down to see what they have last inputted.
I'd like the ...
1
vote
1answer
1k views
Jquery Tools - Scrollable, circular - problem with a logo parade, logos don't re-appear until the last logo is shown
I am having an issue with jquery tools / scrollable plugin.
Using the circular:true option, on this page:
http://oda.sanscode.com/
The logo parade shown will only clone the logos when the last ...
1
vote
1answer
628 views
smooth scroll with autoscroll
I have a Panel on a Windows Form. The Panel has autoscroll enabled. The scroll bars appear as they should and the scroll bars generally operate as they should.
But the content of the panel is only ...
1
vote
3answers
3k views
jCarouselLite reset autoscroll interval
How can I reset the auto-scroll interval on my jCarouselLite carousel after some event so that it lets you look at the content for the full interval, regardless of how far along the timer was when you ...
0
votes
2answers
51 views
Making control docking and scrollbars play nicely
I've got a panel which will sometimes need more vertical screen space than naturally fits, so it needs to be able to vertically scroll. So, it's all set to AutoScroll.
The controls are contained ...
0
votes
2answers
48 views
Make website run javascript bookmarklet on page load
How do i convert this bookmarklet that "auto scrolls" so that i can put it in my website to auto run when the page loads. I tried using the code as it is, but i think i have to change some things ...
0
votes
1answer
38 views
How to prevent container to autoscroll when a partially-visible child control got focus?
A panel with enabled scrollbars has many buttons. If I push the tabulation key, focus navigates between buttons.
When a partially visible button has focus, the panel scrolls itself in order to ...
0
votes
1answer
35 views
Graphics.Draw*, AutoScroll & Culling
I've implemented a custom control in C#/Winforms which does things like syntax highlighting & autocomplete. I'm using AutoScroll to manage scrolling and it works nicely.
Currently I have not ...
0
votes
1answer
80 views
Does Ext.view.View support the autoScroll config option?
I've been unable to add Scroll Bars to two views I have displaying with Ext. Each View is an extension of a base view, and the base has autoScroll: true. I've verified that the elements are properly ...
0
votes
2answers
56 views
wpf datagrid autoscroll
I would like to set up a datagrid so that whenever an item is added to its itemssource the datagrid scrolls down to show the last item.
The datagrid is inside a datatemplate, so i cannot set the ...
0
votes
0answers
41 views
UITableViewScrollPositionMiddle is causing my application to crash, how to solve it?
I have a splitview and I am displaying a tableview on left side and on selecting any row it will display its details on right. What I have done is I use
[self.tableView ...
0
votes
0answers
42 views
JqGrid Scrolling Edit Form Automatically Scrolls to top -> Unwanted
So in my jqGrid edit form, I have the modal:true option, which disables all clicking to the background when in edit mode. This is good, also I have some edit fields using the jQuery datepicker. When ...
0
votes
1answer
34 views
EditWhat is the right way to auto scroll datagrid in mvvm?
I saw a few options to auto scroll but they are not match the mvvm dp
i know i can write in the code behind event the raised when row added and then do something like:
myDatagrid.ScrollIntoView(row)
...
0
votes
1answer
172 views
Continuously Auto-Scrolling ListView
I have a Listview in Android. I want that the Listview continuously scrolls from top to bottom by itself. It should happen infinitely
And obviously I want to capture the click on any of the items of ...
0
votes
1answer
269 views
How can I autoscroll a div onmouseover and hide the scrollbar for that div?
I want to autoscroll a particular element either onmouseover or using an image map. I also want to hide the scrollbars for that div. The problem is...
I don't understand how to do this. I've been ...