oh yeah, and

code:
$list.focuseditem.remove

$list.selecteditems.clear

the list and permutations will be endless.

how about this one (after view constructor)

code:
$list = $form.listview()

$list.columns.count = 10

That one should be already there.

-Shawn

How about this to create items that are already in a slected state:

code:
$list.selecteditems.add("Kixtart")

Cripes - I better cracking if I'm going to make ot for tomorrow.

[ 04. October 2002, 19:47: Message edited by: Shawn ]