J
Jin Kim
Hi all,
I'm trying to select an item in a listview using C#
and .NET Compact Framework. Is there anyway to do this
by passing in the index of the item I want selected?
I've tried
listView.Items(index).selected = true;
the compiler returns
(268): 'System.Windows.Forms.ListView.Items' denotes
a 'property' where a 'method' was expected
Thanks,
Jin
I'm trying to select an item in a listview using C#
and .NET Compact Framework. Is there anyway to do this
by passing in the index of the item I want selected?
I've tried
listView.Items(index).selected = true;
the compiler returns
(268): 'System.Windows.Forms.ListView.Items' denotes
a 'property' where a 'method' was expected
Thanks,
Jin