I cannot change the Value property of an existing Item in the Items collection.
I have tried ultraListView1.Items[idx].Value = changedValueObject;
but the properties of the Value object in the ultraListView1 do not changed.
I tried using ultraListView1.Items.GetItem(someKeyValue)
but the compiler complains that the someKeyValue should be a int. The docs say it should be a string and return IKeyedSubObject; Intellisense says it should be an integer and return an Object.
What am I missing here? v2008.2.
Lars
1984 said:but the properties of the Value object in the ultraListView1 do not changed.