You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ You can reference Github Action for detailed build steps.
64
64
65
65
### Contribute a new templated control
66
66
0.**DO NOT submit a PR that's purely AI written WITHOUT your reviewing.** I will **NOT** review it.
67
-
1.Create a control under the `Controls` folder, with the `ViewModel` file template, then you edit the `idl` as needed
68
-
2.If the control has a `ResourceDictionary` xaml, add an entry in the `WinUIEssential.WinU3.targets` so that the `.xbf` file is properly copied (see that file for example)
67
+
1.If it is a templated control, create a control with the `ViewModel` file template and a `ResourceDictionary` xaml file
68
+
2.Add an entry in the `WinUIEssential.WinU3.targets` so that the `.xbf` file is properly copied (see that file for example)
69
69
3. Please also consider adding a demo page for the control, and add it to `MainWindow.xaml.h``MainWindow::s_page` (see the file for example)
70
70
71
71
-----
@@ -74,7 +74,6 @@ You can reference Github Action for detailed build steps.
74
74
|--|--|--|--|
75
75
|WinUIIncludes| :white_check_mark: | :x: | Header only
76
76
|TemplateControlHelper| :white_check_mark: | :white_check_mark: | Header only
77
-
|Glyphs| :white_check_mark: | :white_check_mark: | Header only + Xaml only
78
77
|BadgeGlyphs| :white_check_mark: | :white_check_mark: | Header only
79
78
|ToastTemplates| :white_check_mark: | :white_check_mark: | Header only
80
79
|ToastBuilder | :white_check_mark: | :white_check_mark: | Header only
@@ -88,7 +87,7 @@ You can reference Github Action for detailed build steps.
0 commit comments