简体   繁体   中英

Data presentation in WPF

At the moment, I´m writing a C# - WPF - application, where I often need to show a few Data out of the database. Now, my "problem" is, that I don´t want to use a datagrid, because it is already used very often in my app.

Is there any control to show data to the user "beautiful" instead of a datagrid?

ListView with a GridView as View looks pretty nice by default. (Also there is nothing stopping your from making a nice style for the DataGrid )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM