Hi,
I am new while use of this infragistics controls, I want to create a editor application like MS Word, so please help me to create such application via same control.
Thanks
Sopan Vaidya
Hello Sopan,
After reading your description I believe that what you are looking for is the XamRibbon control. It is designed to offer similar functionality to the MS Ofice menus and will allow you get the same look and feel. More information about the control could be found in our online documentation: http://help.infragistics.com/Help/NetAdvantage/WPF/2013.1/CLR4.0/html/xamRibbon_Adding_xamRibbon_to_Your_Application%20.html
And within the sample browser installed with the Infragistics NetAdvantage WPF package or online: http://es.infragistics.com/products/wpf/sample/ribbon/application-menu
I hope this helps. Please feel free to let me know if you have any questions.
I am just checking if you have any other questions on the matter.
I have made a research on the matter and it seems that currently regions functionality is not available with the editors. I believe that for editing purposes similar to Visual Studio behavior you might find XamSyntaxtEditor useful (http://help.infragistics.com/Help/NetAdvantage/WPF/2013.1/CLR4.0/html/xamSyntaxEditor_Overview.html ). You could also suggest a new Product Idea for future versions at http://ideas.infragistics.com. Please feel free to let me know if you have any questions.
Hi Maria,
Thanks for showing interest to help me.
I have multiple editors with Infragistics controls, I want to implement the functionality like regions in visual studio which allow to expand and collapse the code, but here I want to expand and collapse content which are in particular region. Inside that region we can add anything which normal editor allows like text, images, tables, shapes and etc...
For that which editor control is better and how to use or implement this functionality. Any links which shows such implemented functionality or any suggestion.