Skip to main content
Participant
June 27, 2017
Answered

Adding a Dynamic Scrollbar

  • June 27, 2017
  • 1 reply
  • 261 views

Hello!

I need to add dynamically a list of images to a container (the container is also a dynamic object). The images are arranged in a grid of 3X3, sometimes there are just a few and sometime there are many..

When there are many images, I want the container will become scrollable.

How can I add dynamically a scrollbar to the container?

Thank You,

Inbar

This topic has been closed for replies.
Correct answer kglad

you'll need to create your own scrollbar and code that yourself.  i don't know of any shortcuts/components for html5 that do some of that for you.

1 reply

kglad
Community Expert
Community Expert
June 27, 2017

as3 or html5?

Participant
June 27, 2017

html5

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
June 27, 2017

you'll need to create your own scrollbar and code that yourself.  i don't know of any shortcuts/components for html5 that do some of that for you.