Doterra arthritis bomb
The color of the item when it is selected. SelectionIndex The index of the currently selected item, starting at 1. If no item is selected, the value will be 0. If an attempt is made to set this to a number less than 1 or greater than the number of items in the ListView, SelectionIndex will be set to 0, and Selection will be set to the empty text.On the ListView control, use the ItemTemplate, ItemTemplateSelector, and ItemContainerStyle properties. On the ListViewItem control, use the ContentTemplate and ContentTemplateSelector properties.
To determine which items are selected in the ListView control, use the SelectedItems property to access the ListView.SelectedListViewItemCollection. You can create an event handler for this event to perform tasks whenever there is a change to the selected items in the ListView control. See full list on docs.microsoft.com
A list control is implemented in the MFC library by the CListCtrl class. At design time, to create a list control, on the Controls toolbox, click the List Control button and click the desired area on a dialog box or a form. Normally, you should expand its dimensions beyond the default assigned because a list control is usually used to display its items on a wide rectangle.