WPF: Alternatives to Grid for displaying data? -


What are the grid options for displaying duplicated data in WPF?

For example, how do I show clients as a list of business cards?

You can use a ListView and use a custom datatappletlet that can be used by each customer The format, such as business-card , shows a nice tutorial here that does something similar.


Comments

Popular posts from this blog

php - multilevel menu with multilevel array -

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

objective c - iPhone and it's wireless area -