gpt4 book ai didi

C#编辑列表框中的最后一项而不选择它

转载 作者:行者123 更新时间:2023-11-30 17:51:11 25 4
gpt4 key购买 nike

我正在尝试编辑列表框中的最后一项而不选择它。因为我无法选择列表中的项目(这是我的应用程序的默认设置)。这是一个 Windows 窗体应用程序。

通常我会做类似的事情:listBox1.SelectedIndex = listBox1.Items[listBox1.SelectedIndex] + "-> This string is added" 但是因为我不能选择任何东西,所以这不会'不工作。

有人可以帮我吗?

最佳答案

您可以通过索引从 Items 集合中获取最后一项:

listBox1.Items[listBox1.Items.Count - 1] + " -> This string is added";

关于C#编辑列表框中的最后一项而不选择它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19812838/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com