تسجيل الدخول

مشاهدة النسخة كاملة : How to use a GridView in a ListView - C# WinForms



C# Programming
05-14-2009, 08:50 AM
Hi,

I am working on a project where I have used a ListView to add and clear items. However, due to frequent adding and deleting, the ListView is being hard to maintain. So I thought of binding items to the ListView. Since it is not possible to bind an object to a ListView straight away, I was advised to use a GridView in a ListView and bind items to the GridView. I googled it to some extent, but I couldn't find an apt match. Can anyone post a link which might explain me what to do to use a bound GridView in a ListView? I'm using WinForms, not WPF...

Thanks in Advance,
ramz_g