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 -

c# - TypeConverter in propertygrid only converts from string, not to -

jQuery UI: Datepicker month format -