A scrollable control affords the user the ability to slide text, images or video across a monitor or display, usually to conserve screen real estate.
Questions tagged [scrollable]
577 questions
0
votes
1 answer
sencha touch scrollable doesn't work with chrome firebug
http://try.sencha.com/touch/2.0.1/docs/Ext.scroll.Scroller.1/viewer.html
That example works fine in chrome, until firebug is off, but when I press F12 to get firebug in chrome, this example stops working and there is no scroll anymore.
Any way to…

Riz
- 703
- 1
- 7
- 16
0
votes
0 answers
PrimeFaces Scrollable DataTable
I am facing this problem with PrimeFaces DataTable with scrollable="true", the columns get shrink and the column header doesn't align with the columns. I have seen a lot of posts on StackOverflow about the same problem, but couldn't get the…

user2617914
- 11
- 2
0
votes
1 answer
Freeze gridview pager while scrolling vertically
I have a gridview.
I have to implement both Paging as well as make the page scrollable both horizontally and vertically. The page navigation bar comes at the bottom.
While scrolling the page vertically, I want two things -
The gridview headers…

Sankalp
- 1,182
- 2
- 17
- 22
0
votes
0 answers
ListView in an activity with scrollable tabs
i'm doing an application which has an activity with "Scrollable tabs + swipe" navigation mode.
I want to put a ListView in this activity that change for every tab. Can I do that, or there are some kind of problems?
Here is my simple code:
import…

Federico
- 521
- 5
- 13
0
votes
1 answer
Linear layout in Android always scrollable
How can I make a vertical linear Layout always scrollable, even when I only have one TextView in my Layout?
When I scroll up, I want it to scroll and show a blank space at the bottom.
When I scroll down, I want it to show a blank at the top of my…

Mock
- 29
- 4
0
votes
1 answer
jQuery Scrollable return to start once end is reached
I'm attempting to get the newest jQuery Tools' Scrollable to return to the first item once the end is reached. I am currently showing 4 items horizontally, moving 1 item at a time with the next/previous buttons. There is a property called 'circular'…

Dylan
- 711
- 5
- 21
0
votes
1 answer
jquerytools toggle play/pause button on scrollable
Hello im building a slide on Jquerytools , using this http://jquerytools.org/demos/scrollable/gallery.html
And autoscroll http://jquerytools.org/documentation/scrollable/autoscroll.html
http://jsfiddle.net/PcAwU/
My problem is i can merge the Play &…

DreaminMedia Queretaro
- 229
- 1
- 5
- 17
0
votes
1 answer
JQuery Tools Scrollable -- stopping animation?
I have a box that takes an input, then uses the scrollable's seekTo method on keyup to go to a particular slide. The problem is that if someone types quickly the scrollable gets a large queue and it takes a while for the animation to stop.
What I…

Samsquanch
- 8,866
- 12
- 50
- 89
0
votes
1 answer
How can I make a div element both scrollable and draggable for the inner content?
I'm running into the issue where I have a game board laid out on the web page. If this game board is 20x20 squares and the container for it can only fit 10x10, I need the game board inside to be draggable. The user should not be able to drag it…

bdrelling
- 830
- 1
- 10
- 27
0
votes
1 answer
Make screen scrollable?
Im trying to make my screen scrollable, i looked around this site for quite a while without any success. I just need to know where im going wrong. Ive tried without scrollview and with, different sites tell me to do different things.
Essentially i…

PropK
- 687
- 2
- 12
- 24
0
votes
1 answer
3.0 above android version for scrollable swipe tabs, how to add different screen for different tab
I am a beginner to android applications,I working around tab+swipe application,
my main class is like belove. please help me out.
public class MainScreenViewActivity extends FragmentActivity {
/**
* The {@link…

Android learner
- 1,871
- 4
- 24
- 36
0
votes
0 answers
Tabbar makes my view horizontally scrollable
When I insert a tabbar for bottom navigation, I can scroll the whole view a little bit horizontally. I tried the scrollDir command for the scrollableview but that doesn't work. I don't want the view to be horizontally scrollable.

user2219190
- 157
- 2
- 13
0
votes
1 answer
Scrollable table body inside of header and footer
I'm trying to create a widget on a page that is a table with a thead, tbody and tfoot. Because I don't want the widget to become too large, if the tbody were to be longer than about 200px from having many rows, I'd like the rows inside the table to…

Leah Sapan
- 3,621
- 7
- 33
- 57
0
votes
1 answer
Scrollable Stacked Column Chart using highcharts?
I need a stacked column chart to be created to display the data captured for a requirement as below.
Show the hours worked by an employee against different projects (Project1,Project2, Project3).
I tried to use Highcharts. When I tried to enable the…

javauser
- 91
- 4
- 11
0
votes
1 answer
how to make a phonegap selectable scrollable div list
As the title says. I want to make a list of div elements inside a div. I want to be able to scroll the list up and down, and when the list is not scrolling anymore, i want to be able to click the listed elements do to something. I cant figure out…

aZtraL-EnForceR
- 1,781
- 2
- 16
- 19