Viewer-control (Wpf and Ribbon)
Posted: Thu Jan 17, 2013 9:19 pm
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...
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...