Skip to content

Commit 23068b2

Browse files
authored
Merge pull request #2 from SyncfusionExamples/985360
985360: Updated ReadMe file
2 parents d99d59c + 94ec3e0 commit 23068b2

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# How-to-customize-the-appearance-of-CardViewItems-in-WPF-CardView-control
1+
# How to Customize the Appearance of CardViewItems in WPF CardView Control
2+
The [WPF CardView](https://help.syncfusion.com/wpf/card-view/getting-started) control is a flexible and visually appealing panel that organizes a collection of items into card layouts. It provides a modern way of displaying data with support for advanced features such as **grouping**, **sorting**, **filtering**, and **editing**. Additionally, the control can display grouped items in a hierarchical tree structure, making it ideal for scenarios where structured data visualization is required.
23

3-
The [WPF CardView](https://help.syncfusion.com/wpf/card-view/getting-started) control is a panel that helps organize a list of items in cards. It supports grouping, sorting, filtering, and editing options. Also, supports listing the grouped items in a tree structure.
4+
By default, the CardView displays items in a **rectangular shape**, but developers often need to customize the appearance to match application themes or improve user experience. This sample demonstrates how to modify the **Template** of **CardViewItem** to achieve a personalized look and feel. You can change shapes, apply custom styles, and even include additional UI elements within each card to create a unique design.
45

5-
This sample demonstrates how to customize the appearance of the CardViewItems in the WPF CardView control. By default, Items of WPF CardView will be displayed in Rectangle shape but this shape can be modified using Template of the CardViewItem.
6+
### Why Customize CardViewItems?
7+
- Align the card design with your application’s branding.
8+
- Improve readability and usability for end-users.
9+
- Add interactive elements or custom visuals inside cards.
610

7-
KB article - [How to customize the appearance of WPF CardViewItems?](https://support.syncfusion.com/kb/article/7403/how-to-customize-the-appearance-of-wpf-cardviewitems?isInternalRefresh=False)
11+
Customization is achieved by editing the **ControlTemplate** of the _CardViewItem_. This allows developers to replace the default rectangular layout with custom shapes such as rounded corners, borders, or even completely different designs
12+
13+
## Reference:
14+
For detailed steps and implementation guidance, refer to the official KB article: [How to customize the appearance of WPF CardViewItems?](https://support.syncfusion.com/kb/article/7403/how-to-customize-the-appearance-of-wpf-cardviewitems)

0 commit comments

Comments
 (0)