c# - Design advice on WPF (tree grid view) with windows forms -


our project based on framework windows forms base based on .net framework 4.0. planning introduce wpf using windows form host.

as concept, have did checking (for wpf our base framework), , expected, works. further, need develop tree view control shall support filtering, sorting, printing, find , replace etc functionality.

posting question address following few doubts in mind:

  1. are there practical/obvious issues wpf in windows forms in long term?
  2. since, there no ready-made control in wpf tree view, double risk (along wpf) project?
  3. and sample tree grid view in wpf?

thanks in advance.

~ujjwal

  1. mixing wpf , winforms can fine depending on requirements of application are. if adding couple of wpf controls winforms application, application benefit the graphical features of wpf structure of application remain winforms solution (rather mvp mvvm throughout)

  2. there treeview might not meet requirements. note of requirements mention might implemented on viewmodel/data rather on control.

  3. have @ question: creating wpf hybrid control (treeview + datagrid = datatreegrid)


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -