8,757
社区成员
发帖
与我相关
我的任务
分享
<Expander IsExpanded="False" Canvas.Left="3" Canvas.Top="3" x:Name="conditionIDExpander">
<Expander.Content>
<Popup AllowsTransparency="False" IsOpen="{Binding IsExpanded, ElementName=conditionIDExpander}" Placement="Bottom" Margin="2">
<atuoControl:Task_conditionManager Width="800" Height="300" Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}" BorderBrush="{DynamicResource {x:Static SystemColors.WindowFrameBrushKey}}" BorderThickness="1"></atuoControl:Task_conditionManager>
</Popup>
</Expander.Content>
</Expander>
我把我的XAML代码发上来,仅供参考