# CardView

Component: A collections of Bars (rows) of CardItems that are vertically stacked in a Scrollview.

[Styleguide Link](https://zpl.io/aBvePwQ)

* Parent: Screen
* Child: [CardItem](/core/ks-modules/card-view/card-item.md), [Section Header](/core/components/sec-head.md)

## Properties

### Column

* **Single:** Only a single CardItem per vertical view, in other words, a full width CardItem, in portrait format on the device, with padding of course.
* **Double:** Two CardItems positioned side-by-side in a portrait format on the device.
* **Triple:** Three CardItems positioned side-by-side in a portrait format on the device.

### Header

A header (aka SecHead) can exist at the top of a ListView and be used to separate list content into different collections under that header. That Section Header has a title and can have additional actionable icons associated with the section to take action on the collection. See [Section Header](/core/components/sec-head.md) for the details.

## Functionality

The CardItems within the grid dynamically changes based on the width of a portrait format screen. The Caption area contents expand to fill, but the Graphic (Image) dynamically changes it's size in relation to its ratio 1:1 16:9 etc. based on the devices screen width.

Note: Any Bar within a CardView can independently side-scroll its contents, if the bar has the property of Side-Scrollable turned on.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://able.bucca.com/core/ks-modules/card-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
