WPF应用程序:放置用户控件的控件是什么?

时间:2017-11-02 11:56:23

标签: wpf user-controls

我正在构思我的应用,并希望在开始时走好路。

在我的应用程序中,我将有一个面板(比如MainPanel),我必须在其中显示我将要制作的自定义用户控件(比如MainCustomControl)。 MainCustomControl将由其他自定义用户控件组成(StepCustomControl,TransCustomControl,ActionCustomControl)。

我想要的是:   - 能够将MainCustomControlsone置于其他人之上   - 在某些行中,我想要有许多MainCustomControl   - 能够在另外两个之间插入新的MainCustomControl

我尝试使用DataGrid的原型,但结果是不确定的: First Prototype 我想要的是这样的:enter image description here

DataGrid是否适应了我的最终目标?如果没有,我应该使用什么? 如果是,我将粘贴当前代码以查找为什么我的MainCustomControl未按我的意愿显示。 另外,我应该创建自己的usercontrols来显示MainCustomControl中的元素,还是使用其他方法?

0 个答案:

没有答案