Hello All,
We have a existing applicaiton in winform .net. It has a form which displays a kind of flow chart diagram. Now we want to create a control which has enhanced graphics to display this flow chart. With my limited knowledge on wpf, is it possible -
- Create a graphics control in wpf which is display the flow chart
- Integrate this control to exisiting winform application.
- The diagram should have user interation, like moving blocks in the chart.
- Is wpf a better solution ?
Thanks.