Open stevetranby opened 9 years ago
It would be great to support a ListView that has multiple columns or rows depending on scroll direction.
If vertical scroll it could allow a number of children per row setting. With an add child order using the following. 1,2,3 4,5,6 7,8
If horizontal scroll it could allow a number of children per column setting. 1,4,7 2,5,8 3,6
cocos2d-x support ScrollView, ListView extend on ScrollView. You can realize the function like ListView.
It would be great to support a ListView that has multiple columns or rows depending on scroll direction.
If vertical scroll it could allow a number of children per row setting. With an add child order using the following. 1,2,3 4,5,6 7,8
If horizontal scroll it could allow a number of children per column setting. 1,4,7 2,5,8 3,6