Hi,
I have started to build a gui editor to display a custom toolkit with a xml description and that uses very basic positioning. I mean that controls are specified using x,y, width and height coordinates and I am wondering if wpf is the right technology for
this because the latter seems to be more adapted to gui using layout container like grid, stack panel, ...