Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 of 设置selectedIndex为MyCheckedListBox列表的第一个 Checked Item 索引并突出显示它。
selectedIndex
MyCheckedListBox
如何编写 lambda 表达式以选择 MyCheckedListBox.CheckedItems 的最小索引作为使用循环的替代方法。
您不需要 lambda 或循环。SelectedIndex属性正是这样做的。
来自 MSDN:
ListControl.SelectedIndex 属性 获取或设置列表中所选项目的最低序号。