I need to write some listViewItem ( using WPF ) - that contain image, text and button.
I want to inherit from the simple listViewItem class and add to the listview item that contain the three items ( image, text, button ).
I don't understand how the listView control will arrange the 3 items ( image , text, button ) in the right order in the control - how to tell the listview control that the image is first, text is second and the button is the third ?