Skip to content

Commit 0bf55bf

Browse files
Update knowledge-base/reusing-itemtemplate-listpicker-dotnet-maui.md
Co-authored-by: Yordan <[email protected]>
1 parent 1215a2e commit 0bf55bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/reusing-itemtemplate-listpicker-dotnet-maui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This knowledge base article also answers the following questions:
2626

2727
## Solution
2828

29-
To achieve this, use a value converter to dynamically bind the displayed text based on the type of data in the `RadListPicker`. Follow these steps:
29+
To reuse a single `ItemTemplate` across multiple instances of the ListPicker, use a value converter to dynamically bind the displayed text based on the type of data in the `RadListPicker`. The steps below demonstrate the suggested approach:
3030

3131

3232
**1.** Define the `RadListPickers` and set their `ItemTemplate` property to a static resource.

0 commit comments

Comments
 (0)