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
Post a Comment