473,408 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Quest: WinForms --> WPF - with ListViewSubItemCollection...

WPF doesn't have ListViewSubItemCollection equall just ListViewItem that
takes a content object but is arranged & clipped to the last cell in the
column of given row....

I have a C# .NET 1.1 that saves all app data in user XML file thur
XmlTextReader & XmlTextWriter. I load the XML file in to custom classes
objects...

public class ListViewRow : Object
{
public ... SubItems0;
...
public ... SubItems#;
}

.... //Somewhere in code I stuff above object into ArrayList...
public ArrayList ListViewRows = new ArrayList();
ListViewRows.Add(ListViewRow#Obj);
ListViewRows.Add(ListViewRow#Obj);
ListViewRows.Add(ListViewRow#Obj);
....

.... //Later Somewhere else in code I populate the ListView w/ ListViewRows
using
ListViewObj.Items[#].SubItems.Add((...).ToString());
....

What is the ListViewSubItemCollection similar WPF XAML setup?

Nov 20 '07 #1
0 1150

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: hjbortol | last post by:
Hi! Is the expression "a >= b" equivalent to "a - b >= 0" in C/C++? Is this equivalence an IEEE/ANSI rule? Or is this machine/compiler dependent? Any references are welcome! Thanks in...
0
by: Ike | last post by:
Does anyone know of any software to automate the conversion winforms to webforms? Thanks, Ike
29
by: Jim Moe | last post by:
Hello, I have been using <q> instead of &quot; for quoting recently. Fortunately not much has been changed since it seems IE does not know what to do with <q>! IE ignores it rather than rendering...
56
by: Ed Jay | last post by:
I note in an Eric Meyers book that he expresses one goal of using CSS is to eliminate all <brtags. Why? -- Ed Jay (remove 'M' to respond by email)
10
by: Lennart | last post by:
I see a bunch of packages where valid <'Y'. What I cant figure out is how to relate the package to a procedure, function or whatever. Does anyone have a reference to share on the relationship...
2
by: JamesB | last post by:
I have found plenty of details on filling a listview from a dataset, but I need to do the opposite. I have a ListView and I would like to save out the information it contains to xml (or anything...
36
by: Roedy Green | last post by:
The only browser I have encountered that supports <colgroup><col class="behold"></colgroup> to apply a CSS style to a whole column, is Microsoft Internet Explorer. I have been told it SHOULD NOT...
4
by: frostbb | last post by:
I have a C# WinForms treeview with 20 or so 'level 0' nodes. My users will normally have 2 of the 'level 0' branches open down to a '5th level' selected node. The users will make updates to...
2
Prakash Gnana
by: Prakash Gnana | last post by:
<textarea name="quest" id="quest" value='gggg' rows="10" cols="100"></textarea> I cannot set the value for textarea. Can you please help me to set value for it?
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.