> 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


Reply via email to