Logo FluentUI

VerticalHeaderView QML Type

A styled vertical table header view. More...

Import Statement: import FluentUI 1.0

Properties

Detailed Description

VerticalHeaderView provides a vertical header for a TableView, displaying row labels or indices. It synchronizes its content and scrolling with the associated TableView.

Property Documentation

columns : list

The list of column definitions for the header. Each entry typically specifies a title, width, and data role for a column.

model : var

The model providing the data for the header labels. Can be a numeric value, a ListModel, or any other Qt-compatible model.

syncView : TableView

The TableView that this header is synchronized with. The header will scroll in sync with the specified table view.