ListView コントロール (Windows フォーム)ListView Control (Windows Forms)
Windows フォーム ListView
コントロールにはアイコン表示で項目の一覧が表示されます。The Windows Forms ListView
control displays a list of items with icons. リスト ビューを使用すると、Windows エクスプローラーの右側のペインのようなユーザー インターフェイスを作成することができます。You can use a list view to create a user interface like the right pane of Windows Explorer.
このセクションの内容In This Section
ListView コントロールの概要ListView Control Overview
このコントロールの用途、主な機能、およびプロパティについて説明します。Describes this control and its key features and properties.
方法: Windows フォーム ListView コントロールで項目を追加および削除するHow to: Add and Remove Items with the Windows Forms ListView Control
リスト ビューから項目を追加または削除する方法について説明します。Describes how to add or remove items from a list view.
方法: Windows フォーム ListView コントロールに列を追加するHow to: Add Columns to the Windows Forms ListView Control
各リスト項目に関する情報を表示するために列を作成する方法について説明します。Describes how to create columns in order to display information about each list item.
方法: Windows フォーム ListView コントロールのアイコンを表示するHow to: Display Icons for the Windows Forms ListView Control
大きいアイコンまたは小さいアイコンを表示するための適切なイメージ リストとリスト ビューを関連付ける方法について説明します。Describes how to associate a list view with an appropriate image list for displaying large or small icons.
方法: Windows フォーム ListView コントロールの列にサブ項目を表示するHow to: Display Subitems in Columns with the Windows Forms ListView Control
列の各リスト項目に関する情報を表示する方法について説明します。Describes how to display information about each list item in columns.
方法: Windows フォーム ListView コントロール内の項目を選択するHow to: Select an Item in the Windows Forms ListView Control
プログラムによって項目を選択する方法について説明します。Describes how to programmatically select an item.
方法: Windows フォーム ListView コントロールの項目をグループ化するHow to: Group Items in a Windows Forms ListView Control
カテゴリ別表示用のグループを作成して各グループに項目を割り当てる方法について説明します。Describes how to create groups for categorized display and how to assign items to each group.
方法: Windows フォーム ListView コントロールの "並べて表示" ビューを有効にするHow to: Enable Tile View in a Windows Forms ListView Control
大きいアイコンと複数行のテキストで構成される項目のタイル表示の方法について説明します。Describes how to display items as tiles, each of which is comprised of a large icon and multiple lines of text.
方法: Windows フォーム ListView コントロールに挿入マークを表示するHow to: Display an Insertion Mark in a Windows Forms ListView Control
挿入マークがマウス ポインターの位置ごとにドロップする場所を示す、ドラッグ アンド ドロップ操作のためのユーザー フィードバックを実装する方法について説明します。Describes how to implement user-feedback for drag-and-drop operations in which an insertion mark indicates the drop location for each mouse-pointer position.
方法: ListView コントロールに検索機能を追加するHow to: Add Search Capabilities to a ListView Control
プログラムでいずれかのテキストの検索または画面座標を使用してアイテムを検索する方法について説明します。Describes how to programmatically find an item using either text search or screen coordinates.
リファレンスReference
ListView クラスListView class
このクラスについて説明し、すべてのメンバーへのリンクの一覧を示します。Describes this class and has links to all its members.
関連項目Related Sections
方法: TreeView コントロールまたは ListView コントロール (Windows フォーム) にカスタム情報を追加するHow to: Add Custom Information to a TreeView or ListView Control (Windows Forms)
リスト ビュー内のアイテムまたはツリー ビュー内のノードから継承して、必要なフィールド、メソッド、またはコンストラクターを追加するための手順を説明します。Describes how to inherit from an item in a list view or a node in a tree view in order to add any fields, methods, or constructors you need.
ImageList コンポーネントImageList Component
イメージ リストの用途、主な機能、およびプロパティについて説明します。Explains what an image list is and its key features and properties.
方法: Windows フォームでマルチペイン ユーザー インターフェイスを作成するHow to: Create a Multipane User Interface with Windows Forms
複数のペインで Windows フォームのレイアウトを設定するための方法を説明します。Gives instructions for laying out a Windows Form with multiple panes.