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

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -