且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何检测列表视图何时加载了项目?

更新时间:2023-02-06 16:38:25

笨拙,但你可以添加一个计时器,并在listview1.items.count = tmpInt1的计时器事件检查中,当这是真的时打开所有内容。
Clumsy, but you could add a timer and in the timer event check for listview1.items.count = tmpInt1, turn everything on when this is true.