Skip to main content
Home Forums Silverlight Programming Programming with .NET - General How to do a listview without C#?
4 replies. Latest Post by surbhiydv on September 12, 2008.
(0)
siegfrie...
Member
5 points
19 Posts
09-11-2008 11:34 AM |
Is this the easiest way to to a list view?
http://blog.paranoidferret.com/index.php/2008/02/28/wpf-tutorial-using-the-listview-part-1/
I was hoping to create a list view without C# so it could be viewed in the XAML viewer.Can anyone tell me how to populate a listview control (a multi-column listbox) with pure XAML? It seems like a reasonable thing to want to do to me.
Thanks!
Siegfried
Skyrunner
Contributor
2489 points
485 Posts
09-11-2008 11:37 AM |
You're on the Silverlight forum, there is no ListView in Silverlight.
WPF forums are here : http://social.msdn.microsoft.com/Forums/en-US/wpf/threads/
09-11-2008 1:04 PM |
Is there a nice table somewhere that compares the features of silverlight with WPF?
surbhiydv
Participant
1134 points
218 Posts
09-12-2008 5:11 AM |
For Silverlight Vs WPF, you can check this thread;
http://silverlight.net/forums/p/20808/72016.aspx
(Please mark as answer, if it answers your question)