|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ListviewIs there a way to set a index of a item when you add ? i want to add
the item at the index 0, which mean everytime i would i it would be at the top of the list Dim xitem As ListViewItem xitem = lv.Items.Add("HELLO") xitem=nothing thank you <zulan***@gmail.com> schrieb:
> Is there a way to set a index of a item when you add ? i want to add You may want to use 'ListView.Items.Insert' to insert the item at a specific > the item at the index 0, which mean everytime i would i it would be at > the top of the list position. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Replacing a string inside of a PDF
Cut, Copy and Paste? Diagnostics.Process & MSIEXEC problem... How to Return Value from Module? deploy window application handling money SQL and VB Validating all controls on "Save" exceptions/inner exceptions Can't delete VB.NET directories & files... Getting the full path of a folder. |
|||||||||||||||||||||||