adrianc1982
9 years agoVisitor
Labellist count()?
Im doing some coding around jumpToItem in Labellist and want to go to the last element in the list.
Usually i did a count on roList and subtracted one position and that was my last element. Is there something similar in LabelList? Do i have to count manually when doing the contentnode which will populate the labellist and keep a variable with that information or can i directly count the contentnode? Thanks.
Example:
lastItem = myList.count() - 1
myList.jumpToItem = lastItem
Usually i did a count on roList and subtracted one position and that was my last element. Is there something similar in LabelList? Do i have to count manually when doing the contentnode which will populate the labellist and keep a variable with that information or can i directly count the contentnode? Thanks.