Questions tagged [scrollable]

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.

516 questions
0
votes
1 answer

Add button to all scrollable tabs

I want to add a button which will be on all 3 tabs, and if it is not possible then at least on one tab. I will be very thankful if the answer is simple, and there are description off your help. public class MainActivity extends FragmentActivity { …
0
votes
1 answer

Jquery-ui scrollable list in a dialog

I'm using JQuery-Ui in my crm 2011 application. I use jquery-ui-dialog to diaplay a list, but when the list is too long I want a vertical scroll bar to appear. now the list exceeds the length of the form. I tried setting the dialog's max-height, but…
ckita
  • 33
  • 2
  • 7
0
votes
1 answer

Android: Scrollable inside ViewPager

I am putting a Custom WebView inside of a Custom ViewPager: https://github.com/JakeWharton/Android-DirectionalViewPager I've set the ViewPager to page in the vertical direction, which is the same direction my WebView scrolls, how ever the ViewPager…
SupaGu
  • 539
  • 5
  • 13
0
votes
1 answer

Loading images using AJAX in jQuery Tools Scrollable

I am using jQuery Tools to create a scrollable product box which works very well. However, I would like to load the images via AJAX ... I have looked at Lazy load but can not get it to work for a horizontal div - it loads all the images in the div…
Giles
  • 851
  • 1
  • 9
  • 19
0
votes
1 answer

Datagrid displaying double from a database (windows forms)

I want to change the following program into one that takes a list of doubles from a data base (rounded to two decimal places and in ascending order) and displays them in a datagrid. My current program sort of infinitely scrolls up and down, but it's…
jdewitte
  • 135
  • 3
  • 13
0
votes
1 answer

Layout with fixed divs scrollable?

I am trying to get 3 horizontal fixed position static width div elements to be scrollable if the browser size is too small. Right now, if the browser size is shrunk to less than the total width of these 3 divs there is no scroll either horizontally…
Ben Ashton
  • 1,335
  • 10
  • 15
0
votes
3 answers

Scrollable table row with header freeze but without using any other jquery plugins?

How do I create a simple scrollable table row with a frozen header without using any additional jQuery plugins? I found some solutions which used jQuery plugins like fixedheadertable, chromatable and so on, but I just want to use the "pure" library…
Jack
  • 335
  • 4
  • 17
0
votes
1 answer

Horizontal ScrollableDatatable in richfaces

I'm posting atleast one question a day. :) I'm working with JSF2.0 and Richfaces 4.X. I've a List of Images that I want to display in my page. I want them display in a ScrollableDataTable having only 1 row of images. So that the Images will be like…
Jane
  • 127
  • 1
  • 9
0
votes
2 answers

Android - Dynamically load content

I have a page in my app where the user can see a news feed (mostly images). How do I display these images (Using a LinearLayout maybe?)? And if so, how do I dynamically increase the size of this scrollable layout as I am scrolling down? (To load…
Rameez Hussain
  • 6,036
  • 9
  • 48
  • 84
0
votes
1 answer

Sencha Touch Scrollable Panel Background Color

I have a panel in Sencha Touch defined as so: var albumContainer = Ext.create('Ext.Panel', { id: 'album_container', html: '', flex: 1, scrollable: 'vertical', padding: 0, }); Everything works,…
Damir Halilović
  • 172
  • 1
  • 11
0
votes
1 answer

JQuery Tools Scrollable Steps not working?

I am using JQuery Tools to create a simple slideshow of images/text (5 per row), is works fine but it moves at 1 step per time and I set it to 5, but it just doesn't work. Any clues? http://jsfiddle.net/L79La/3/
Keith Donegan
  • 24,863
  • 31
  • 89
  • 127
0
votes
1 answer

How to Delay or fireDelay for 3 jQuery Tools Scrollable Items

I have 3 jQuery Tools Scrollables setup. They work like a champ. What I can't seem to find or wrap my head around is how to make them "delay" their initial starting point before they start scrolling. What I don't want is for all 3 to scroll at the…
0
votes
1 answer

How do you load images only every time you click the navigation buttons in scrollable (jquery tools) instead of all images at once?

I'm following this simple demo tutorial here: http://jquerytools.org/demos/scrollable/index.html Well basically, I'm following the tutorial above. The problem with that demo is that it loads all the images at one time affecting performance greatly.…
Mico Abrina
  • 507
  • 1
  • 6
  • 25
0
votes
1 answer

Horizontal Scrollable GridView

As shown in the image, [I want to create a Grid View / View with Grid of Levels that is Horizontally Scrollable. Levels are stored in DB. So, the grid needs to be populated dynamically. The grid can contain ImageButtons of 9 Levels at a time. To…
Sfaruq681
  • 121
  • 6
0
votes
1 answer

Tapestry5 scrollable pagination

I have a component with in a page that shows paginated search results (). Instead I am looking for a scrollable pagination (eliminating the need to click next>). I have googled for several hours, I am not really an expert in Jquery/Javascript. Can…
Chandrashekar
  • 61
  • 1
  • 5