简体   繁体   English

WPF中的数据表示

[英]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. 目前,我正在编写一个C# - WPF - 应用程序,我经常需要在数据库中显示一些数据。 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. 默认情况下,使用GridView作为View ListView看起来非常不错。 (Also there is nothing stopping your from making a nice style for the DataGrid ) (也没有什么能阻止你为DataGrid制作一个漂亮的风格)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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