gpt4 book ai didi

vb.net - 如何设置 VB.Net ComboBox 默认值

转载 作者:行者123 更新时间:2023-12-04 02:39:24 27 4
gpt4 key购买 nike

我找不到使组合框中的第一个项目可见的正确方法。

该应用程序以一个空的组合框开始。用户进行单选框选择,然后单击 Go! (多么原始)。组合框通过 LDAP 查询加载。所有这些都运行良好。问题是组合框对用户来说仍然是空的。他们必须单击箭头才能看到选项。

用户单击 Go! 后,如何使第一个选项“可见”?

最佳答案

 ' Your code filling the combobox '
...

If myComboBox.Items.Count > 0 Then
myComboBox.SelectedIndex = 0 ' The first item has index 0 '
End If

关于vb.net - 如何设置 VB.Net ComboBox 默认值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2637544/

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