another NativeScript question. :)
Soooo, here is the setting:
{
"nativescript": {
"id": "org.nativescript.githubreader",
"tns-ios": {
"version": "1.7.0"
},
"tns-android": {
"version": "1.7.1"
}
},
"dependencies": {
"lodash": "^4.10.0",
"nativescript-telerik-ui": "^1.0.1",
"tns-core-modules": "1.7.1"
},
"devDependencies": {
"nativescript-dev-typescript": "^0.3.0",
"typescript": "^1.8.9"
}
}
- Drawer content > StackLayout > ListView component
The problem is that when I get my list of data, the ListView stays the same height and just pops a scrollbar to -obviously- scroll.
The result that I am looking for is, as html does, have the ListView adapt in height depending on the data. Hence the main view would scroll, not the ListView component itself.
If I want to get a scrollbar, I would just limit the height of the ListView in CSS or otherwise.
I hope that what I say makes enough sense. :) And I search also in the source of Telerik UI of ListView but did not find anything of use so far :(
Thank you for taking the time to read.