GridView.PrepareItem(ListViewItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prepares a ListViewItem for display according to the definition of this GridView object.
protected public:
override void PrepareItem(System::Windows::Controls::ListViewItem ^ item);
protected internal override void PrepareItem (System.Windows.Controls.ListViewItem item);
override this.PrepareItem : System.Windows.Controls.ListViewItem -> unit
Protected Friend Overrides Sub PrepareItem (item As ListViewItem)
Parameters
- item
- ListViewItem
The ListViewItem to display.
Remarks
This method can be used to apply styles, to set data bindings, and to attach a column collection to the ListViewItem.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET