简体   繁体   English

滚动到CheckedListBox中的第一个选中项

[英]Scroll to first checked item in a CheckedListBox

如何以编程方式滚动到CheckedListBox中的第一个选中项?

Maybe the ListBox.TopIndex property helps here: 也许ListBox.TopIndex属性在这里有帮助:

Gets or sets the index of the first visible item in the ListBox. 获取或设置ListBox中第一个可见项的索引。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM