I am receiving an error when running my app, about using anchors.fill. If I replace anchors.fill with left and right anchors only, then the ListView only displays one item. Is there a way to make the code work AND get rid of the error? I only seem to be able to do one or the other. The error and relevant snippet of code are below.
QML Column: Cannot specify top, bottom, verticalCenter, fill or centerIn anchors for items inside Column. Column will not function. Column { anchors.fill: parent ListView { anchors.fill: parent model: addresses delegate: ListItem.Standard { text: address onClicked: print("Address") enabled: false } } }
signature.asc
Description: This is a digitally signed message part
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp