Part1: DataGridView For WPF « C# Disciples (marlongrech.wordpress.com)
submitted by
marlongrech(990) 1 year, 9 months ago
In real life we developers deal with a lot of data. Our job is to make this data easily accessible to the user… Unfortunately WPF does not ship with a native DataGrid (at least not for now :D ). A DataGrid is a very handy control to have because you can just feed it a list of objects and it creates columns for each property of the object. On the other hand WPF comes with a ListView, and may I say it is a very good and powerful control. The issue with the ListView is that it cannot auto generate columns for you. Also it does not support sorting or at least does not support it easily …
Read more....
|
category: Windows Presentation Foundation
|
Views: 543
tags:
WPF another
Everyones tags:
Your Tags: