Top "Subitem" questions

Use this tag for questions related to subitems, i.e. items that usually inside ListView(Items).

How to change the backcolor of a listview subitem using its own value

How can I programmatically change the back color of a single cell in a listview using its own value? The …

c# listview backcolor subitem
Adding Subitem to a listview in Android

I currently have a listview which contains a couple of strings. These are called from a string array in strings.…

android listview subitem
Images in ListView subitem

How to add an image instead of text for a listview subitem? Like http://i44.tinypic.com/2mzz6s6.png ? …

c# winforms image listview subitem
In-place editing of a subitem in a TListView

I have a ListView with 3 columns and would like to edit the third column, aka Subitem[1]. If I set ListView.…

delphi listview edit edit-in-place subitem
Changing the colour of certain ListView columns

How can I change the colour of a specific column in a listview? string[] row = { appID[i], "Launch Game"}; // more …

c# listview colors items subitem
C# - Update a subitem within a listview

I am working on an application where users enter information that is then added to a listview. That works great. …

c# winforms listview subitem
Select subitem in Listview and change value

I have a listview in the "details" mode that looks something like: ################# Name # Property ################# #Itm1 # Subitm1 #Itm2 # Subitm2 ################# Very simple, …

c# .net winforms listview subitem
c#: show tooltip on subitem

I have a listview, and in one of the columns (not the first) I want to display an error code. …

c# winforms listview tooltip subitem
C# - How to get/set ListViewItem or ListViewItem.ListViewSubItem by key?

I have a listview with several items that are created dynamically, each has two subitems that are quantity and code …

c# listview subitem
Dynamically adding subitems to ListView in Android

I am trying to dynamically add information to a ListView. The information I am adding consists of a "Device Name" (…

android listview android-arrayadapter subitem