Skip to content

Review Viewer

Brandon edited this page Sep 22, 2021 · 5 revisions

Full integration tutorial for theme developers is available in the Playnite documentation: https://playnite.link/docs/devel/tutorials/themes/extensionIntegration.html

Integration of custom controls in custom themes

Visibility of elements according to extension installation status

Example:

[...]
<Grid Visibility="{PluginStatus Plugin=Review_Viewer_ca24e37a-76d9-49bf-89ab-d3cba4a54bd1, Status=Installed}">
[...]

It can also be used to return a bool value if used in another property.

Steam reviews control

<ContentControl x:Name="ReviewViewer_ReviewsControl" />