https://github.com/billchungiii/datatemplateselectorsamples
WPF DataTemplate Selector Samples
https://github.com/billchungiii/datatemplateselectorsamples
csharp wpf xaml
Last synced: about 2 months ago
JSON representation
WPF DataTemplate Selector Samples
- Host: GitHub
- URL: https://github.com/billchungiii/datatemplateselectorsamples
- Owner: billchungiii
- Created: 2020-04-30T19:38:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T20:20:12.000Z (about 6 years ago)
- Last Synced: 2025-03-17T00:43:25.966Z (over 1 year ago)
- Topics: csharp, wpf, xaml
- Language: C#
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataTemplateSelectorSamples
WPF DataTemplate Selector Samples -- select different data templates by type in ItemsControl
(1) Sample001 : common solutions
blog post -- https://dotblogs.com.tw/billchung/2020/05/01/210021
(2) Sample002 : choose datatemplate by attribute
blog post -- https://dotblogs.com.tw/billchung/2020/05/02/002238