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
829
votes
30 answers

Making TextView scrollable on Android

I am displaying text in a TextView that appears to be too long to fit into one screen. I need to make my TextView scrollable. How can I do that? Here is the code: final TextView tv = new…
145
votes
6 answers

Scrollable Menu with Bootstrap - Menu expanding its container when it should not

I tried this method (their fiddle) to enable scrollable menu with Bootstrap, but with that approach, the scrollable menu expands its container -- fiddle -- the non-scrollable menu, correctly, does not do this. How can I fix this? Suggestions on…
eliashdezr
  • 1,845
  • 3
  • 14
  • 11
56
votes
4 answers

Set div to remaining height using CSS with unknown height divs above and below

Is it possible to make the wrapper fill the window height (no scrolling) and the center div scrollable without messing around with pixels and javascript?

Header

high…
danial
  • 3,853
  • 2
  • 28
  • 38
54
votes
5 answers

Scrollable box containing list of Checkboxes in HTML

Attached you'll see a picture of a mock up I did for the required UI. As you can see I need some type of scrollable box that contains checkboxes. I've thought of a scrollable div, although I can't find a way to set a border around a div? Second I…
user818700
45
votes
7 answers

Horizontal scrollable div's in a bootstrap row

I'm trying the make a horizontal scrollable bootstrap row. The row contains customer reviews wrapped in div's. The width of each testimonial div is 33.333%. white-space: nowrap and display: inline-block doesn't work. What am I doing wrong?
Codehan25
  • 1,710
  • 3
  • 20
  • 44
34
votes
6 answers

Making ListView scrollable in vertical direction

I am using a System.Windows.Forms.ListView with checkboxes = true. I can see that when the list items are more than what can fit, I get a horizontal scroll bar. I tried to find any properties to change scroll bar orientation. Is there any way to…
Ravisha
  • 2,983
  • 8
  • 36
  • 61
27
votes
5 answers

How to make Scrollable text in flutter?

I have an image at the top of a Column widget after that there is heading which is Text widget and after that, there is one more Text widget which contains some description and that exceeds the screen and gives an error of rendering. So I want to…
Vaibhav Miniyar
  • 511
  • 1
  • 5
  • 14
19
votes
8 answers

Use RecyclerView inside ScrollView with flexible Recycler item height

I want to know if there is any possible way to use RecyclerView? Before this, I used RecyclerView with fixed height inside a ScrollView but this time I don't know the height of the item. Hint: I read all question and solution on stack question…
Ashkan
  • 1,122
  • 3
  • 12
  • 36
19
votes
9 answers

android making layout scrollable when soft keyboard open, but not shifting it upwards

This is my screen, with one button hidden behind the keyboard. I want exactly like this, but scrollable. - Whenever, the keyboard gets opened, I want to make look it the same as in image. But, instead to make it scrollable, so that the user can…
Narendra Singh
  • 4,513
  • 5
  • 30
  • 75
16
votes
3 answers

Get the first and last visible element in a scrollable div

I have list of thumbs in a scrollable div, animated with next/prev button. Each click on "next "button should match the attribute of the first visible element. Each click on "prev" button should give me the attribute of the last visible element. I…
Thomas
  • 1,404
  • 1
  • 13
  • 25
16
votes
2 answers

Get mouse position in scrollable div

Yet another question that has been pecking away at me the last few days. As you may have seen from my other questions I am creating some mind map software. So (extremely simplified) I have a two divs. One that is a square on the page, and another…
Adam Holmes
  • 1,693
  • 3
  • 20
  • 32
16
votes
4 answers

How to make scrollable tab in Android?

I have 9 tab but in fill mode. I want to make these thabs scrollable. But i dont know the trick. I tried many methods but still nothing. My Activity : package com.bani.fragment2; import android.os.Bundle; import…
13
votes
3 answers

How to stop a UserControl (nee ScrollableControl) from calling ScrollWindow?

The .NET UserControl (which descends from ScrollableControl) has to ability to display horizontal and vertical scrollbars. The caller can set the visibility, and range, of these horizontal and vertical scrollbars: UserControl.AutoScroll =…
Ian Boyd
  • 220,884
  • 228
  • 805
  • 1,125
13
votes
4 answers

How can I get my ListView to scroll?

I have a quite complex View build-up, and as a part of that, I have a ListView inside a LinearLayout within a ScrollView (and quite a lot more components, but they do not matter in this issue). Now the whole activity scrolls nicely as it should, but…
ThaMe90
  • 4,036
  • 5
  • 34
  • 60
13
votes
3 answers

RelativeLayout Scrollable

I have tried many times to aligh the elements in my RelativeLayout but I dont get the result I expected that is: I'd like to align the first button to top right and then I have multiple Textview and I want all of them Scrollable, but when I insert…
Davis
  • 215
  • 1
  • 4
  • 11
1
2 3
34 35