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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.