Questions tagged [subitem]

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

is used for questions related to the manipulation/insertion/deletion of the subitem, i.e. a collection of an item inside a ListView (for example).

96 questions
-1
votes
1 answer

Get sub-item's XPath using Selenium - Java

I'm having problem trying to click a sub-item from a menu, in third step.. I do login Enter into a project Delete only card created I think problem its about to get the correct xpath PAGE package PageObject; import org.openqa.selenium.By; import…
-1
votes
2 answers

C# ListView - Programatically editing column entries

I'm using a ListView with two columns. To add new items (into column zero) I'm using: listView1.Items.Add("Hello") This results in Hello being present in the column with the lowest index. However, I'd also like to add in line numbers. I'm trying…
-1
votes
1 answer

ListView add Subitem

Help me please, how I can in my case in ListView add Subitem? I have list_row.xml
Zloyel
  • 95
  • 1
  • 4
  • 14
-1
votes
1 answer

How to serialize subitem using json.net & c#

How can i serialize using json.net & c#? what is best way? How to append child node? output json string like this…
-2
votes
4 answers

Extracting subitem in Array in Python

Hi I would like to check if there is any way to get subitem on a array for example below. Array = [('a',1,'aa'),('b',2,'bb'),('c',3,'cc')] If would like to print out all 2nd subitem for Array like this [ 1, 2, 3] Or maybe 3rd subitem like this […
-2
votes
1 answer

Copy Sub Item Of List View Delphi Into Clipboard

I have a List View with eight columns and a popup menu. [ScreenShot] I have this code which is work great to copy into clipboard all items and sub items when a row or all rows selected. procedure TForm1.CopyURL1Click(Sender: TObject); var lv :…
Ling Loeng
  • 128
  • 2
  • 9
1 2 3 4 5 6
7