Giter Site home page Giter Site logo

Horizontal Scroll about ngx-virtual-scroller HOT 6 CLOSED

rintoj avatar rintoj commented on May 11, 2024
Horizontal Scroll

from ngx-virtual-scroller.

Comments (6)

rintoj avatar rintoj commented on May 11, 2024 4

@nick-jonas, thanks for your feedback. Horizontal scroll has been in my todos for a while. It's as difficult as doing the vertical scroll. I was just waiting for vertical scroll to be stable. I will do this, sure thing.

from ngx-virtual-scroller.

manju-reddys avatar manju-reddys commented on May 11, 2024 2

I have implemented both horizontal and vertical scroll but more efficient and no limits on the records. See the plnkr

from ngx-virtual-scroller.

Ammueliza avatar Ammueliza commented on May 11, 2024 1

@rintoj Thank you so much for this wonderful module!!
Actually I'm in need of the horizontal scroll. Do we have an implementation for horizontal scroll as well?
Thanks in advance.....

from ngx-virtual-scroller.

jagatheesh666 avatar jagatheesh666 commented on May 11, 2024

@rintoj Vertical scroll helped me save so much of time. Thank you for this!
I'm waiting for the horizontal scroll as well. When can we expect an update on horizontal scroll?
Thanks in advance.

from ngx-virtual-scroller.

VitaliyKotov avatar VitaliyKotov commented on May 11, 2024

@rintoj We faced the same issue in our app, and together with @codenough managed to add horizontal scroll with CSS styles only.
Set overflow: auto; to virtual scroll host element and
/deep/ .scrollable-content {
white-space: nowrap;
min-width: 100%;
width: initial !important;
}

from ngx-virtual-scroller.

speige avatar speige commented on May 11, 2024

This is now an officially supported feature of the component. Please update to the latest version on npm & try it. Closing issue. Please re-open if you have more problems.

from ngx-virtual-scroller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.