我有一個包含一些專案的視圖串列
movies
music
代碼:
當我選擇專案 0 是電影時,讓我添加一個名為The Matrix Resurrections.
For I As Integer = 0 To ListView1.Items.Count - 1
If ListView1.Items(I).Index = 0 Then
ListView1.Items.Add("The Matrix Resurrections")
End if
不幸的是,它不像普通的串列框那樣作業。
uj5u.com熱心網友回復:
將ListView有兩個選項可管理的選擇:
- 在
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/402840.html標籤:
上一篇:函式字串不回傳輸入框值
下一篇:螢屏光學字符識別
