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

Jquery Clone and wrap every 3 childs and add jquery-tools scrollable

I'm trying to fix this scrollable problem, using this: var divs = $(".wrap > .outerDiv"); for(var i = 0; i < divs.length; i+=3) { divs.slice(i, i+3).wrapAll("
"); } which is creating a breakpoint while my childs are…
DD77
  • 1,079
  • 1
  • 12
  • 25
0
votes
1 answer

Android: Sliding Drawer

I am using a sliding drawer on my application (actually its a Panel). I would like to make that panel scrollable. How can I do that? Here is the xml code for that part:
phedon rousou
  • 1,612
  • 3
  • 17
  • 24
-1
votes
3 answers

Scrollable HomeScreen in Flutter

I wonder why that doesn't work. Maybe one can help me, I think it's just a small mistake. I would like to be able to scroll the whole screen. The container with the "CompanyCard" widget can be scrolled vertically. return Column( children:…
Florian
  • 71
  • 6
-1
votes
1 answer

Xamarin - scrollable minature list

I've been going trhough all the articles and codes i found here, but most of them seem to be outdated, or make use of external tools. I'd need to create a miniature gallery, with two columns, and scrollable. my aproach would be to use a…
sharkyenergy
  • 3,032
  • 4
  • 33
  • 66
-1
votes
1 answer

long text in a fixed size scrolable container flutter

hello world hope you're well looking to have a container with a fixed size witch have in it a Text() mean long text more than the size of the container Thank you for your help in flutter
MrMoon
  • 11
  • 1
  • 4
-1
votes
2 answers

Flutter - Scrollable layout (Form with map)

I´m tring to create a simple form with a map. This Layout need to be scrolleable to show map (Flexible element, ignore Google Play Service alert). I try to use SingleChildScrollView and Slivers but i don´t understand how exactly works. return…
El Hombre Sin Nombre
  • 1,866
  • 8
  • 33
  • 61
-1
votes
2 answers

Scrollable Activity, non-scrollable ListView - Android

I need a way to make the Activity scrollable, but the ListViews unscrollable. I've tried different ways that I've found, but none of them have worked so far.
dannyk
  • 31
  • 2
-1
votes
1 answer

How to implement an editable textarea component on a PDF generated by TCPDF library?

I am trying to create an editable HTML textarea component using TCPDF API library. I want to display a scrollable text box on the screen. Can this be done? Current TCPDF examples include these: https://tcpdf.org/examples/ I know PDFs can have…
Dennis
  • 6,954
  • 8
  • 53
  • 97
-1
votes
1 answer

Tkinter - Scrollable list with images and editable text

Using Tkinter I want to create a scrollable list(rows and columns) with images and editable text. The first column should contain images and the second column should contain tags(text) for the respective images in the previous column. Hence a row…
Evelyn Jeba
  • 2,561
  • 2
  • 8
  • 9
-1
votes
1 answer

# Anchor not working with php "id"

I'm working on a scrollable one-page website, in which each div represents a different section. For example, url is dynaone.com/index.php, and when I click on the menu's different buttons, it changes to /index.php#s1, #s2, #s3, and so on. In section…
-1
votes
2 answers

Scrollable tabhost

How can I implement a scrollable tabhost like the on in Google PlayStore app?
Isquierdo
  • 651
  • 1
  • 8
  • 25
-1
votes
2 answers

Error displaying bufferedImage repainting with mouse Listening

Im having difficulty drawing a Sub Image of a Buffered Image everytime the Mouse Pointer Location equals that of the each border of the JPanel. The problem is that the BufferedImage that is equals the SubImage wont display Here is the JPanel the…
-1
votes
1 answer

Responsive multirow tiles carousel - is it possible?

I need to do following scrollable: 2 rows of tiles Flexible width - there can be 4, 6 and 8 tiles in a row It has to scroll to left and right to show more tiles I'm trying to do it for long time but I don't know is it even possible? If I have…
css-candies
  • 564
  • 6
  • 9
-1
votes
1 answer

Create scrollable div with fixed header using CSS

I want to create a scrollable table with fixed table header at top using CSS. could you please suggest me a solution . I tried to give overflow auto and height for tbody but it is not working.
aju
  • 421
  • 3
  • 8
-1
votes
1 answer

Define 3 heights and use resize in CSS

I have a div element with to resize:vertical style on it. The contents of the div are generated, so it could be empty or filled. The div needs a max height, so that the height increases as new items are added, but it caps the size at 150px and makes…
jangxx
  • 900
  • 1
  • 9
  • 20
1 2 3
34
35