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.
listViewボックスに名前を追加することはできます。追加ボタンをクリックすると名が表示され、新しい名前を追加すると同じ行に追加されます(例:「johnbobgreg」)。私がやりたいのは、追加されたすべての新しい名前を新しい行に表示することです。listViewで何を変更する必要があるかについての提案はありますか?
あなたの問題として、これを試すことができます..
listView1.Items.Add(textbox1.text); // ask a run time value
listView には「View」というプロパティがあり、5 つの異なるビューから選択できます。「リスト」を選択します。