We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b073218 commit 3cf829eCopy full SHA for 3cf829e
1 file changed
CommunityToolkit.Labs.Shared/Renderers/ToolkitSampleRenderer.xaml
@@ -105,7 +105,7 @@
105
DefaultLabelPosition="Collapsed"
106
OverflowButtonVisibility="Collapsed">
107
108
- <!-- TO DO: This doesn't seem to work in Uno? -->
+ <!-- wasm:Visibility="Collapsed" -->
109
<AppBarButton x:Name="ThemeBtn"
110
Click="ThemeBtn_OnClick"
111
Label="Toggle theme"
@@ -115,6 +115,7 @@
115
</AppBarButton.Icon>
116
</AppBarButton>
117
118
119
<AppBarButton x:Name="FlowDirectionBtn"
120
Click="FlowDirectionBtn_OnClick"
121
Label="Toggle flow direction"
0 commit comments