标签: c++ c++builder vcl
我正在使用几百个项目填充TChecListBox 我想要一个TEdit框,我可以在其中键入一个字符串,点击它旁边的按钮,并且必须使用TCheckListBox滚动到具有匹配子字符串的第一个项目。
是否有类似 TCheckListBox->Items->ViewIndex[i]或TCheckListBox->Scrollto[i] 的内容?
TCheckListBox->Items->ViewIndex[i]
TCheckListBox->Scrollto[i]
答案 0 :(得分:1)
您要查找的TCheckListBox媒体资源是ItemIndex。
TCheckListBox
ItemIndex