Hello everyone,
This might seem simple for experienced individuals, but I haven't reached that stage yet. So, I just want to ask how to create 3 columns within a ListView:
Columns_A, Columns_B, Columns_C...
Then, populate each of these columns with simple data, just 5 data entries for each. After the sfListView contains the data, I also need to handle a click event with a button, let's call it "Show." When a data entry in the ListView is selected, and the Show button is pressed, it should display the selected data in a messagebox. The displayed value should always correspond to the value in "Columns_A" based on the selection.
Thank you.