Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将对象(例如矩形)添加到嵌入堆栈面板标签中。
我能够在其上显示对象(作为矩形),然后使用 xaml 文件中的样式使用以下内容:
<stackpanel ...> <Expander Header="Controls" Content="{StaticResource FC}" IsExpanded="True"/> </StackPanel>
但需要动态地将对象插入到工具箱中。知道如何通过代码来完成吗?
您的帮助将不胜感激。阿米特
Expander 是一种被认为是内容类型控件的控件。因此它只有一个孩子(我相信你称之为“工具箱”的孩子),根据你的 Xaml 是 FC 项目。执行以下步骤将您的项目添加到 FC 项目: