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
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.