Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
765
i want VB.Net sample
posted

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.

Parents
  • 2165
    Verified Answer
    posted

    Hello Jun,

    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.

    Desktop.zip
Reply Children