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.

577 questions
-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
  • 989
  • 1
  • 9
  • 23
-2
votes
2 answers

expand scrollable ttk.notebook in python3 / gui tkinter

coding a scrollable frame with a ttk.notebook inside works. But the scrollbar / notebook has a fixed size. How can I change it? from tkinter import Canvas, Scrollbar, Button, Tk from tkinter.ttk import Frame, Notebook class…
newsnake
  • 1
  • 1
-2
votes
1 answer

How to make JPanel scrollable in Java?

I have a class that extends JPanel, where I have overridden the paintComponent(Graphics g) method. However, I can't see the rectangles or the scroll bars I have drawn. In the main function I have the following code below: MyClass mainPanel =…
burcak
  • 1,009
  • 10
  • 34
-2
votes
1 answer

Fullpage.js - creating a sidebar outside of scroll area

I'm trying to figure out how to lessen the width of the mousewheel detected scrollable area in Fullpage.js so that I can add my separately scrolling sidebar.
glenn nall
  • 41
  • 9
-3
votes
2 answers

How to create a horizontally scrollable header in Android Studio?

guys I am developing an Android Studio, and I would like to create a scrollabe header, a similar one that this app has: Donald Trump Soundboard. Do you know any lectures on youtube or anywhere where I can learn a required skills to create such a…
Armin Beda
  • 109
  • 9
-5
votes
2 answers

CSS: Facebook Messages like layout

I'm trying to create web layout similar to Facebook's Messages page with fixed height header and footer and flexible height main element. Inside main element has to be: div (100% height of main elem.) and scrollable when overflow div (100% height…
hovado
  • 4,474
  • 1
  • 24
  • 30
1 2 3
38
39