

Recycler displays both horizontal and vertical scrolling
source link: https://www.codesd.com/item/recycler-displays-both-horizontal-and-vertical-scrolling.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Recycler displays both horizontal and vertical scrolling
I need both horizontal scrolling and vertical scrolling. how can be it possible using recycler views, or should i use 2 way views? Any one help me please. How will set the adapter for the same?
you can add recycler view to your layout file
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/recycler_view"
xmlns:android="http://schemas.android.com/apk/res/android" />
In java file set its orientation to horizontal or vertical
LinearLayoutManager LayoutManager = new LinearLayoutManager(this);
LayoutManager.setOrientation(LinearLayoutManager.HORIZONTAL);// or LinearLayoutManager.VERTICAL
RecyclerView.setLayoutManager(LayoutManager);
Related Articles
How do I make my layout scroll both horizontally and vertically?
How to implement infinite horizontal and vertical scrolling in UICollectionView in iOS 6?
HTML table with horizontal and vertical scroll bars on demand
Android GridView with horizontal and vertical scroll bars at the same time
Imitate horizontal and vertical scrolling combined in the iOS iTunes store
How to implement horizontal and vertical scrolling in RecyclerView?
How to give a horizontal and vertical scroll bar in IE
layout_weight both horizontal and vertical
UICollectionView: How to define a UICollectionViewLayout that supports horizontal and vertical scrolling?
Fixed GridView header with horizontal and vertical scrolling in asp.net
Remove the horizontal and vertical scroll bar for Facebook apps
How to manage the horizontal and vertical scroll bar in the selection box?
Adding horizontal and vertical scrolling to a table
Fixed head table with horizontal and vertical scrolling
Recommend
-
39
Demo Download Author: squarechip Vi...
-
43
README.md Aquaman
-
32
Horizontal scaling with WebSocket, tutorialAs a developer, you probably know the difference between vertical and horizontal scaling. But if you don’t have much experience with the WebSocket protocol, you might not realize that do...
-
16
TerraPi modular case system for Raspberry Pi supports multiple SSD's, DIN rail, horizontal & vertical mountsTerraPi modular case system for Raspberry Pi supports multiple SSD's, DIN rail, horizontal & vertical mounts
-
14
Add horizontal and vertical reference lines to SAS graphs: The REFLINE statement 0 ...
-
6
Are Vertical or Horizontal Markets the Key to Operator Success? So is Google going vertical? It sure seems like the deal they did with TELUS’ takes t...
-
11
Vertical vs horizontal scalability in software developmentPublished: 2021.09.13 | 1 minutes readScalability is the ability to increase or decrease resources based on demand. There are two types of scalability: vertical and hor...
-
13
AlignedCollectionViewFlowLayout A collection view layout that gives you control over the horizontal and vertical alignment of the cells. You can use it to align the cells like words in a left- or right-aligned text and you can specif...
-
9
Horizontal versus Vertical Rating Scales Jim Lewis, PhD and Jeff Sauro, PhD ...
-
10
React Native Synced Horizontal and Vertical List Features Synced list component for horizontal and vertical navigation between items Written in Typescript Preview: Installa...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK