Add element to horizontal layout without fitting to container

Mario Levrero

I'm trying to add X elements to a horizontal layout. My goal is to show a horizontal scroll bar as soon as the elements exceed the viewport width.

I'm following the docs:

But elements are being shrank to fit the viewport, although I'm not using fullbleed parameter.

I've seen also this question relative to .css.

I've also try adding specific width, without success.

Plunker to reproduce it.

Thx!

Scott Miles

Here is one way to do it

<div id="container" style="white-space: nowrap; overflow: auto;">
  <div ng-repeat="item in divElements" style="border:solid 1px red; display: inline-block;">

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to add HTML in GXT HTML Layout Container without root element?

From Dev

Flexbox Container Fitting Content Without Inline

From Dev

Dynamically add element to layout

From Dev

How to add a Scroll area for a horizontal layout in Qt?

From Dev

Add new row in horizontal linear layout

From Dev

PySide/QT - How to add horizontal or vertical layout to a grid layout

From Dev

if contents of container element are taller than container element, add class to container

From Dev

How to create a custom container element for Orchard Layout?

From Dev

How to create a custom container element for Orchard Layout?

From Dev

CSS image is not fitting into container

From Dev

pre/code element with horizontal scrollbar breaks the flex layout on Firefox

From Java

How to make bootstrap 3 fluid layout without horizontal scrollbar

From Dev

How to add horizontal scrollbar when container and children have width auto?

From Dev

Add Element By Element to ListView Without blocking UI

From Dev

Android - Fitting 6 ImageButtons to layout

From Dev

relative layout not fitting the entire screen

From Java

Add a fitting function to histogram

From Dev

Add an input element of type=file in tinymce container

From Dev

CakePHP image not resizing, fitting container

From Dev

Why inner container is not fitting in the outer container?

From Java

Adding empty element to declared container without declaring type of element

From Dev

Header, Nav, Container Layout without vertical scroll bar on entire page

From Dev

UICollectionView - Horizontal scroll, horizontal layout?

From Dev

How to add a horizontal line every 3rd li element?

From Dev

horizontal scrolling list items images not fitting properly

From Dev

Nested vertical layout in horizontal layout

From Dev

Alignment of Horizontal Layout in Vaadin

From Dev

Packery horizontal layout

From Dev

Horizontal Content Layout with CSS

Related Related

  1. 1

    How to add HTML in GXT HTML Layout Container without root element?

  2. 2

    Flexbox Container Fitting Content Without Inline

  3. 3

    Dynamically add element to layout

  4. 4

    How to add a Scroll area for a horizontal layout in Qt?

  5. 5

    Add new row in horizontal linear layout

  6. 6

    PySide/QT - How to add horizontal or vertical layout to a grid layout

  7. 7

    if contents of container element are taller than container element, add class to container

  8. 8

    How to create a custom container element for Orchard Layout?

  9. 9

    How to create a custom container element for Orchard Layout?

  10. 10

    CSS image is not fitting into container

  11. 11

    pre/code element with horizontal scrollbar breaks the flex layout on Firefox

  12. 12

    How to make bootstrap 3 fluid layout without horizontal scrollbar

  13. 13

    How to add horizontal scrollbar when container and children have width auto?

  14. 14

    Add Element By Element to ListView Without blocking UI

  15. 15

    Android - Fitting 6 ImageButtons to layout

  16. 16

    relative layout not fitting the entire screen

  17. 17

    Add a fitting function to histogram

  18. 18

    Add an input element of type=file in tinymce container

  19. 19

    CakePHP image not resizing, fitting container

  20. 20

    Why inner container is not fitting in the outer container?

  21. 21

    Adding empty element to declared container without declaring type of element

  22. 22

    Header, Nav, Container Layout without vertical scroll bar on entire page

  23. 23

    UICollectionView - Horizontal scroll, horizontal layout?

  24. 24

    How to add a horizontal line every 3rd li element?

  25. 25

    horizontal scrolling list items images not fitting properly

  26. 26

    Nested vertical layout in horizontal layout

  27. 27

    Alignment of Horizontal Layout in Vaadin

  28. 28

    Packery horizontal layout

  29. 29

    Horizontal Content Layout with CSS

HotTag

Archive