开发者

WPF: Alternatives to Grid for displaying data?

开发者 https://www.devze.com 2022-12-17 17:11 出处:网络
What are the alternatives to Grid for displaying repeating data in WPF? Fo开发者_运维技巧r example, how would I show customers as a list of business cards?You could use a ListView and use a customiz

What are the alternatives to Grid for displaying repeating data in WPF?

Fo开发者_运维技巧r example, how would I show customers as a list of business cards?


You could use a ListView and use a customized DataTemplate that shows each customer in some business-card like format. Here's a nice tutorial that does something similar: WPF Twitter Tutorial.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号