Top "Listviewitem" questions

Represents an item in a ListView control.

Get ListView items from other windows

I'm doing some project on c#. I need to get i item from ListView window, handle of it I got …

c# .net winforms pinvoke listviewitem
WinForms ListView, Remembering Scrolled Location on Reload

I've got a list view that I'm populating with 8 columns of user data. The user has the option to enable …

c# winforms listview .net-2.0 listviewitem
How to set a listview FocusedItem programatically

How can I set the FocusedItem property programatically? I've tried this so far with no success: If lvw.FocusedItem Is …

vb.net listview focus listviewitem setfocus
Determining which ListViewItem was clicked on in a ListView when executing a ContextMenu MenuItem

I'm trying to use the context menu in a listview to run some code that requires data from which item …

c# wpf listview contextmenu listviewitem
Change listview row item background color and text color in android

In my custom listview, I have used relativelayout and inside that added 2 textviews vertically. Background image is set to relativelayout. …

android listview listviewitem
Drag drop ListView Item from one listView to another

Right now, i am able to drag an item from listView 1 to listView 2. how do you clone/copy/move the …

c# .net winforms listview listviewitem
Get First Visible Item in WPF ListView C#

Anyone know how to get a ListViewItem by grabbing the first visible item in the ListView? I know how to …

c# wpf listview listviewitem
How to set tooltip for a ListviewSubItem

I have a ListView control in Details view as that (the view that shows the list as a grid) mListView.…

c# controls tooltip listviewitem
GridView DoubleClick

I have a GridView where I want to detect a doubleclick event on the items in the list, i do …

wpf xaml listview wpf-controls listviewitem