Hello. The Infragistics4 v13.2 is being used.
I would like to receive as a sample for VB.Net to "Hospital Floor Plan" for the WPF sample you provided
and I hope to provide "XamTimeline, XamZoombar" in WindowsForms.
Thank you for your
Hello Jun,
I have downgraded my sample to version 13.2.
Please let me know if you have any further questions.
Thank you for your response. Can I receive a sample version 13.2?
Every Windows Forms application can be used to host a Windows Presentation Foundation (WPF) element. So, when you want to embed one or more controls implemented with WPF within your Windows Forms application you could use the Element host class and set its Child property to a created WPF UserControl. More information about hosting a WPF Composite Control in Windows Forms you could find here:
http://msdn.microsoft.com/en-us/library/ms742215%28v=vs.110%29.aspx
I’ve implemented this suggestion in a simple sample, and you could run and evaluate it, please see attached zip.
Thank you for using Infragistics components.