I can create a StiWpfDesignerControl (with Ribbon) and put the control in my own window.
Like this:
_designerControl = new StiWpfDesignerControl();
MyGrid.Children.Add(_designerControl);
Great!
But...
Is it possible to create a Viewer-control (Wpf and Ribbon) and put the control in my own window as well?
I see that I can get a viewer with a ToolBar, but not with a Ribbon...
Viewer-control (Wpf and Ribbon)
-
- Posts: 46
- Joined: Thu Jan 10, 2013 11:40 am
Re: Viewer-control (Wpf and Ribbon)
Hello.
Thank you.
There is a StiWpfRibbonViewerControl with Ribbon interface.RDR_Norkart wrote:Is it possible to create a Viewer-control (Wpf and Ribbon) and put the control in my own window as well?
I see that I can get a viewer with a ToolBar, but not with a Ribbon...
Thank you.