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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.