Kochathu Thomas Tinu wrote:
Is it there any functions like InsertItemTemplate
, EditItemTemplate
, EmptyTemplate
in Listview in WPF.
Strictly saying:
NO.
See the documentation:
ListView Class[
^] as
Richard MacCutchan[
^] had mentioned.
For further information follow these links:
ListView Styles and Templates[
^]
ListViewItem ControlTemplate Example[
^]
Note: i have no idea why
InsertItemTemplate
,
EditItemTemplate
,
EmptyTemplate
properties/methods are so important to you. Nevertheless, note that both ListViews come from different frameworks, so they can contain different methods/properties, etc, even their names are equal.