提交 75742e33 编写于 作者: A Andrew Hall (METAL)

Use labeledby instead of adding a new name property

上级 8d5c2268
......@@ -112,6 +112,7 @@
</GroupBox>
</StackPanel>
<GroupBox x:Uid="MemberSelectionGroupBox"
x:Name="MemberSelectionGroupBox"
Margin="0, 9, 0, 0"
Grid.Row="1"
Header="{Binding ElementName=dialog, Path=SelectPublicMembersToFormInterface}">
......@@ -122,7 +123,7 @@
</Grid.ColumnDefinitions>
<u:AutomationDelegatingListView x:Uid="MemberSelectionList"
x:Name="Members"
AutomationProperties.Name="Members"
AutomationProperties.LabeledBy="{Binding ElementName=MemberSelectionGroupBox}"
Grid.Column="0"
Margin="9"
SelectionMode="Extended"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册