From: <pko...@me...> - 2001-06-01 20:42:25
|
> How can items, especially single columns of an item in a ListView > be changed, without removing and re-inserting the whole item? Now I am able to give the answer to my own question I asked some days ago :-) $win->listview->ChangeItem(-item => $index, -subitem => 1, -text => 'Foo'); Peter |