Re: [Interest] QML ListView anchoring fails

2014-11-10 Thread ashish dabhade
t.onCompleted: console.log(name) > } > > populate: Transition { > NumberAnimation { property: "opacity"; to: 1.0 ; duration: > 1000 } > } > } > } > } > > > Samuel Nevala > > > -

Re: [Interest] QML ListView anchoring fails

2014-11-10 Thread Nevala Samuel
l Nevala From: interest-bounces+samuel.nevala=theqtcompany@qt-project.org on behalf of ashish dabhade Sent: Monday, November 10, 2014 12:45 PM To: interest@qt-project.org Subject: [Interest] QML ListView anchoring fails Hi All, Why is it that anchoring (f

[Interest] QML ListView anchoring fails

2014-11-10 Thread ashish dabhade
Hi All, Why is it that anchoring (fill) ListView to parent fails in following example ? ApplicationWindow { id: main visible: true height: 300 width: 300 Rectangle { anchors.fill: parent ListView { anchors.fill: parent model: ListModel