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.
私は C#.net を使用して Windows アプリケーションを作成しています。その 1 つのフォームには、2 つの列を持つ ListView があり、1 つは UserID を含み、もう 1 つは UserName を含みます。 ) これら 2 つの列の。どうすればこれを達成できますか?助けてください。ありがとうございました。
これら 2 つの列をラベル列として作成すると、2 つの異なるラベルに異なるフォントを簡単に設定できます。
次の例は、列にボタンを追加する方法を説明しています。同じロジックを使用してラベルを追加できます。
WinForms のリストビューにボタンを追加する