Hi,
is there a way to display the content of a listview items in different alignment when appending element to the list?
what i mean is i can have the first 3 items aligned to left and the 4th element aligned to right
if i use verticalAlignment: Text.AlignRight in the definiton of the list, this will affect all the list and not particular elemtens
so is that doable on qml?
Thank you for your help

Reply With Quote

