Hi,
I have a listview with some rows:
my listview:
[caption] [subitem1] [subitem2]
row1 green red
row2 blue yellow
row3 etc
question 1)
I want to do this:when a row is clicked, I need to put the text of subitem2 in a label.caption. If I click in row 1 the label.caption will show: red.
If I click in row 2, the label.caption will show: yellow.
question 2)
And, how I do to make unable to resize the headers in a listview?
I have a listview with some rows:
my listview:
[caption] [subitem1] [subitem2]
row1 green red
row2 blue yellow
row3 etc
question 1)
I want to do this:when a row is clicked, I need to put the text of subitem2 in a label.caption. If I click in row 1 the label.caption will show: red.
If I click in row 2, the label.caption will show: yellow.
question 2)
And, how I do to make unable to resize the headers in a listview?