Skip to content

Commit a582f34

Browse files
committed
Bug fix
1 parent b31758d commit a582f34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Triggers/ControlSizeTrigger.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<VisualState>
1313
<VisualState.StateTriggers>
1414
<triggers:ControlSizeTrigger
15-
TargetElement="ParentGrid"
15+
TargetElement="{Binding ParentGrid}"
1616
MinWidth="400"
1717
MaxWidth="500"/>
1818
</VisualState.StateTriggers>

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@
914914
{
915915
"Name": "ControlSizeTrigger",
916916
"Subcategory": "State Triggers",
917-
"About": "Enables a state if the target control meets the specified size.",
917+
"About": "Enables a state if the target control meets the specified size",
918918
"CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI/Triggers/ControlSizeTrigger.cs",
919919
"XamlCodeFile": "/SamplePages/Triggers/ControlSizeTrigger.bind",
920920
"Icon": "/Assets/Helpers.png",

0 commit comments

Comments
 (0)