For anybody that has had a chance to play with forms listviews, was just wondering what (if any) the feedback was. Right now - the listview has a couple of issues that I've either fixed, or that am in the middle of fixing (fe sorting has some issues). But I mean just in general terms, specifically in regards to the interface itself (methods and properties) ... was it a mistake to go dotnet or would have an Excel type interface been a better approach ?

The one thing I would like to see more of are the one-shot calls, fe to create some columns:

$list.columns.count = 3
$list.columns.text = "Name","Address","Phone"
$list.columns.alignment = 2,0,2

$list.items.count = 100

that sorta thingy ... any other comments good, bad or indifferent [actually - would rather hear bad than indifferent [Wink] ]