hi,
I am having difficulty in editing the innner data items inside the listview in column view (details)
herez how I add item
int i = listViewFeeDetails.Items.Count+1;
ListViewItem lv = new System.Windows.Forms.ListViewItem(new string[] {
i.ToString(),
"FEE "+i.ToString(),
"0.00"}, -1, System.Drawing.SystemColors.WindowText, System.Drawing.SystemColors.Window, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))));
listViewFeeDetails.Items.Add(lv);
now by adding one item it adds
"1", "Fee 1", "0.00"
I have kept the labeledit to true but its not allowing inner labels like
"Fee 1" and "0.00" to be editable ?
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.