D
Darren Parr
Guest
The class is Infragistics.Win.UltraWinListView.UltraListView My code is as follows.. THIS-OBJECT:ListView:Items:Clear(). To step through I did the following.. DO iCount = THIS-OBJECT:ListView:Items:Count To 1 BY -1 THIS-OBJECT:ListView:Items:RemoveAt(iCount - 1). END.
Continue reading...
Continue reading...