We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747e51a commit 4a432e8Copy full SHA for 4a432e8
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json
@@ -614,6 +614,13 @@
614
"CodeFile": "AdvancedCollectionView.bind",
615
"Icon": "/SamplePages/AdvancedCollectionView/AdvancedCollectionView.png",
616
"DocumentationUrl": "https://raw.githubusercontent.com/Microsoft/UWPCommunityToolkit/master/docs/helpers/AdvancedCollectionView.md"
617
+ },
618
+ {
619
+ "Name": "ThemeListener",
620
+ "Type": "ThemeListenerPage",
621
+ "About": "The ThemeListener allows you to keep track of changes to the System Theme.",
622
+ "Icon": "/Assets/Helpers.png",
623
+ "DocumentationUrl": "https://raw.githubusercontent.com/Microsoft/UWPCommunityToolkit/master/docs/helpers/ThemeListener.md"
624
}
625
]
626
},
0 commit comments