We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问,我现在使用CollectionView来进行布局,创建形如ListView的列表;但是我想根据列表中宽度最大的item的宽度来作为CollectionView的宽度,我该怎么做,设置了onLayout方法貌似没执行? local tableView = CollectionView(tableViewData) tableView:onLayout(function() tableView:onLayout.adjustSize()--此处没调用 end)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问,我现在使用CollectionView来进行布局,创建形如ListView的列表;但是我想根据列表中宽度最大的item的宽度来作为CollectionView的宽度,我该怎么做,设置了onLayout方法貌似没执行?
local tableView = CollectionView(tableViewData)
tableView:onLayout(function()
tableView:onLayout.adjustSize()--此处没调用
end)
The text was updated successfully, but these errors were encountered: