A
Altan Tunaboylu
Hi All,
i've got a listview.2 colums and 160 items.
When i wanna change a "subitem(1).text";
it change,but listview don't refresh.so,i can't see it.
what can i do?
!!!ps.:if my listview have 50 items,no problem.It's working good.
my code:
strListedeki = Trim(lstMusteriler.Items(intListeSira).SubItems(1).Text)
If strListedeki = "-" Then
lstMusteriler.Items(intListeSira).SubItems(1).Text = Trim(strTip)
Else
lstMusteriler.Items(intListeSira).SubItems(1).Text = strListedeki &
Trim(strTip)
End If
i've got a listview.2 colums and 160 items.
When i wanna change a "subitem(1).text";
it change,but listview don't refresh.so,i can't see it.
what can i do?
!!!ps.:if my listview have 50 items,no problem.It's working good.
my code:
strListedeki = Trim(lstMusteriler.Items(intListeSira).SubItems(1).Text)
If strListedeki = "-" Then
lstMusteriler.Items(intListeSira).SubItems(1).Text = Trim(strTip)
Else
lstMusteriler.Items(intListeSira).SubItems(1).Text = strListedeki &
Trim(strTip)
End If