Re: [Interest] ListView in Column

2016-04-25 Thread Gianluca
Can you detail the problem you are experiencing ? Il giorno 25/apr/2016, alle ore 23:38, Kevin Mcintyre ha scritto: > I would've thought the ListView would appear below the Text, but that doesn't > prove to be the case for me. SplitView and GridView behave as expected...any > feedback or mi

[Interest] ListView in Column

2016-04-25 Thread Kevin Mcintyre
I would've thought the ListView would appear below the Text, but that doesn't prove to be the case for me. SplitView and GridView behave as expected...any feedback or minimal tweaks to get working is appreciated. Column { Text { text: 'test'} ListView {...} } _