本文介绍了WorkflowOutline的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我根据Vihang的重新托管样本开发了一个WF应用程序,创建了一些托管行为,并且每件事都有效。然而,现实世界的工作流程用来变得非常大,我必须滚动和平移很多寻找特定的活动。所以我试图将一个WorkflowOutline添加到重新托管示例中的控件套件中。我知道WorkflowOutline必须包含在另一个UserControl中,但我不知道在哪里获得WorkflowOutline实例。使用costructor wfOuline = new WorkflowOutline(这作为IServiceProvider);没用。所以我很感激任何演示WorkflowOutline控件使用的代码示例。


感谢您的回答。


Nico

解决方案

Hi everyone,

I developed a WF application based on Vihang's re-hosting sample, created some custum actvities, and everythings works. However, real world workflows use to get very large and I have to scroll and pan a lot looking for a particular activity. So I'm attempting to add a WorkflowOutline to the suite of controls in the re-hosting sample. I know that the WorkflowOutline has to be wrapped in another UserControl but I have no idea where to get a WorkflowOutline instance. Using the costructor wfOuline = new WorkflowOutline(this as IServiceProvider); didn't work. So I would appreciate any code sample that demonstrates the usage of the WorkflowOutline control.

Thanks for answer.

Nico

解决方案


这篇关于WorkflowOutline的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 21:11