Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Feature parity with WinForms (Read 210 times)
rdwheeler
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 16
Joined: May 28th, 2008
Feature parity with WinForms
Mar 5th, 2025 at 4:44pm
Print Post  
I am in the process of migrating my WinForms app to WPF, and am wondering if I can have all the Diagramming features I use in WinForms in the WPF version. Are there any caveats?
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3376
Joined: Oct 19th, 2005
Re: Feature parity with WinForms
Reply #1 - Mar 6th, 2025 at 6:47am
Print Post  
Most features from WinForms control are available in WPF version too - node types, automatic layouts,  import / export classes, controls like Overview and Ruler, etc. If your application uses CompositeNode with its XML templates, you'd need to replace these with TemplatedNode and Xaml. And there are platform differences where the diagramming API now uses WPF's own styles, brushes, text formatting types instead of System.Drawing ones.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint