how to align Listview header items with content position
Solved
QML and Qt Quick
-
How can we guess based just on an image? Please show us some code!
My guesses:
- you can use
topComponentId.children[i].width
in your rows to get the column width for all columns and to align them manually - you can use TableView - it will align everything automatically
- you can use GridView - it will also align everything automatically
But I'm only guessing...
- you can use