Card View Scrolling in Code
Horizontal Scrolling
A horizontal scrollbar is displayed when cards are arranged in columns (CardView.CardLayout property is set to CardLayout.Columns).
Vertical Scrolling
A vertical scrollbar is displayed when cards are arranged in rows (CardView.CardLayout property is set to CardLayout.Rows).
To scroll the Card View in code and make the required card visible on-screen, use the DataViewBase.TopRowIndex property.
See Also