Page 1 of 1
Evaluation question
Posted: Mon Sep 20, 2010 12:21 pm
by jmiller
I am looking into integrating Stimulsoft in my wpf application, but I cam across something I am not sure is possible from reading the documentation and knowledgebase. My question: Can the wpf designer be embedded withing my wpf application or does it need to open in its own window?
Evaluation question
Posted: Tue Sep 21, 2010 2:17 am
by Andrew
Hello,
You can embed a WPF-Designer in your application.
Please use StiWpfDesignerControl.
Thank you.
Evaluation question
Posted: Tue Sep 21, 2010 4:48 am
by jmiller
I was able to use StiWpfDesignerControl inside my test app. But how can I make it seem more "integrated"? I want to merge the designer's ribbon tabs into my app's ribbon (as a contextual ribbon grouping). I will also want to merge or duplicate the designer's application menu items into my app's application menu. I'm looking into the service type classes to accomplish the application menu tasks, but I am having trouble merging the designer's ribbon tabs.
Evaluation question
Posted: Tue Sep 21, 2010 8:11 am
by Andrew
Hello,
Unfortunately, you cannot integrate this control in parts, only entirely.
Thank you.
Evaluation question
Posted: Tue Sep 21, 2010 8:41 am
by jmiller
Thanks for the info. I just came to the same conclusion as I looked at the makeup of the ribbon. I didn't realize it but I guess the ribbon is not a standard control because the ribbon I use in my app has a different makeup. It seems Microsoft only standardizes the look-and-feel and leaves the implementation up to vendors.
Again thanks for your help.
Evaluation question
Posted: Wed Sep 22, 2010 2:47 am
by Andrew
Hello,
Unfortunately, this is "as is", we have its own realization of this moment. There is no one standard. There are only some rules which should be followed.
Thank you.