File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Microsoft.Toolkit.Uwp.SampleApp/SamplePages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
<VisualState>
13
13
<VisualState.StateTriggers>
14
14
<triggers:ControlSizeTrigger
15
- TargetElement="ParentGrid"
15
+ TargetElement="{Binding ParentGrid} "
16
16
MinWidth="400"
17
17
MaxWidth="500"/>
18
18
</VisualState.StateTriggers>
Original file line number Diff line number Diff line change 914
914
{
915
915
"Name" : " ControlSizeTrigger" ,
916
916
"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" ,
918
918
"CodeUrl" : " https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI/Triggers/ControlSizeTrigger.cs" ,
919
919
"XamlCodeFile" : " /SamplePages/Triggers/ControlSizeTrigger.bind" ,
920
920
"Icon" : " /Assets/Helpers.png" ,
You can’t perform that action at this time.
0 commit comments