Re: how to select a row from the listview?
Tech-Archive recommends: Speed Up your PC by fixing your registry
- From: "Atul" <atulatsswaredotcom>
- Date: Thu, 1 Sep 2005 09:13:01 +0530
Use listView.Items[index].Selected = true;
-Atul, Sky Software
http://www.ssware.com
Shell MegaPack For ActiveX & .Net - Windows Explorer Like Shell UI Controls
"Indiresh" <Indiresh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3CD5AF1A-3778-4072-9568-B6786B12B1AB@xxxxxxxxxxxxxxxx
> Hi,
>
> I have a reference of an index number using which i want to select a row
> at
> the listview? how can i do that?
.
Relevant Pages
- Re: Printing question
... I'm not sure where the "ListView" reference is coming from. ... and you want to print data in columns and rows. ... PageSettings class will report or modify any of these parameters. ... (microsoft.public.dotnet.framework.windowsforms.controls) - Re: Windows Form Talking To Another Windows Form Help Needed
... A is going to create and show Form B, you have a reference to it and can get ... When i doubel click on the listview item it opens a new ... form and displays the text that i pass to the constructor. ... opened and have it go through the list of items depending on whats ... (microsoft.public.dotnet.languages.csharp) - RE: Web Methods Lock
... > first user or will both be able to run the web method? ... > web service handle this? ... Is there any good reference available. ... Prev by Date: ... (microsoft.public.dotnet.framework.webservices) - Re: Using Listview in a UserControl
... listview control, but not referencing the listiview control in the apps ... then you would need to also add a reference to the ... (microsoft.public.vb.controls) - Re: About Lisview control
... do you mean the listview doesn't show in the list ... set a reference to that one and un-tick the other one. ... I think holds the Monthview control. ... >> After that the Listview will be available in the control toolbox. ... (microsoft.public.excel.programming) |
|