Home | History | Annotate | Download | only in building-blocks

Lines Matching full:scrolling

23 <p>The items in a grid list are arranged in two dimensions, one of which is fixed when scrolling
24 content. The scrolling direction dictates the ordering of the items within the grid list. Since the
25 scrolling direction is not deterministic, make it easy for the user to determine the orientation by
38 <h4>Vertical scrolling</h4>
39 <p>Vertically scrolling grid list items are sorted in traditional western reading direction:
55 <h4>Horizontal scrolling</h4>
56 <p>Horizontally scrolling lists fix the vertical axis of the item grid. Compared to vertically
57 scrolling lists, the sorting changes slightly to a top-down and left-to-right arrangement. Employ
58 the same technique of cutting off the items in the rightmost column to indicate the scrolling
60 <p>Don't use scrolling tabs as a means to switch views in conjunction with horizontally scrolling grid
62 scrolling tabs for view navigation together with a grid list, use vertical grid scrolling for list