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 1212 <VisualState>
1313 <VisualState.StateTriggers>
1414 <triggers:ControlSizeTrigger
15- TargetElement="ParentGrid"
15+ TargetElement="{Binding ParentGrid} "
1616 MinWidth="400"
1717 MaxWidth="500"/>
1818 </VisualState.StateTriggers>
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments