Bidirectional scrolling: what’s not to like?

Adam Silver
UX Collective
Published in
3 min readSep 27, 2020

--

Netflix’s user interface with bidirectional scrolling

Sites like Netflix organise programs into rows by category which can be horizontally scrolled into view.

This gives users an overview of every category without having to scroll through all programs.

This pattern is accessible, responsive, and consistent across screen sizes. And it’s pretty easy to implement.

That’s a lot of pros for a pattern that in reality has some critical downsides.

Here, I’ll explain what those are, and how I’d go about it instead.

Horizontally scrolling programs by category

Despite the pros, I still think horizontally scrolling content is overcomplicating matters.

Having to scroll down and across in a zig-zag fashion can be tiresome, especially for people with motor impairments.

Hiding content should always be a last resort because:

  • it increases the chance users won’t see it
  • there’s a greater reliance on digital literacy
  • it’s generally more labour intensive for users

Performance-wise, loading content that users can’t see and may not end up being viewed is slow and wastes people’s data allowance.

What to do instead

Instead, we could just load the 4 most popular items in each category.

Loading less items and linking to each category page

This way, the content isn’t hidden; it’s easy to drill down into a category; data isn’t wasted; and an unconventional, labour-intensive pattern is avoided.

However, there will be a bit more vertical scrolling on small screens as the items will stack but I’d start there and see how it goes in research.

My hunch is that the additional scrolling on small screens will be fine — things that seem problematic to us may not be problematic for users.

After all, flicking down the categories is low effort and really fast.

But if research shows it’s problematic then I’d look at ways to hide the content again — but just on smaller screens.

That could be a button that reveals more items. Or it could be reintroducing a horizontal scroll.

‘But that’s more clicks’

You may be worried that splitting out content across pages increases the number of clicks.

But firstly the number of clicks is a poor indicator of usability.

And in this case, it takes more clicks (or flicks) to horizontally scroll the content into view on desktop, compared with going to a dedicated page for that content.

In conclusion

Out of all the complex patterns out there, horizontal scrolling seems really good from a number of viewpoints.

But I still think it’s an overly complex pattern that can be avoided by keeping pages lightweight by default and using pages as a form of progressive disclosure.

Boring is not exciting, but it’s really easy to use.

Nail the basics, avoid complexity and make things that work for everyone.

Sign up here: https://adamsilver.io/signup/

Originally published at https://adamsilver.io on September 27, 2020.

The UX Collective donates US$1 for each article published in our platform. This story contributed to Bay Area Black Designers: a professional development community for Black people who are digital designers and researchers in the San Francisco Bay Area. By joining together in community, members share inspiration, connection, peer mentorship, professional development, resources, feedback, support, and resilience. Silence against systemic racism is not an option. Build the design community you believe in.

--

--

Former frontend dev, turned designer. I talk about how to design simple and accessible products (without the BS).