Zooming UI in WPF?

  • Thread starter Thread starter henon
  • Start date Start date
H

henon

Dear WPF specialists!

I am currently using Piccolo.NET as a ZUI (zooming user interface)
Toolkit. The problem with it is, that I need to implement lots of GUI
elements by myself. WPF seems to be very I very new to WPF and I don't
know if it is worth the effort to dig in so deep just to know if it is
possible, so I decided to ask here:

1) Does WPF support Zooming of GUI components?
2) I suspect, that WPF is not intended to be used as ZUI, so I might
need to help it a bit. Do you think it is complicated to achieve
scaling, rotation and translation of all or single widgets?
3) Does WPF feature a "scene graph"?

Any thoughts and hints are appreciated!
Thanks in advance,
-- Henon
 
Correction:

WPF seems to be very dynamic and flexible, since it is on top of
DirectX. Since I am very new to WPF I don't
know if it is worth the effort to dig in so deep just to find out if
it is possible to adapt it as a ZUI, so I decided to ask here.

-- Henon
 
ok, i found it out for myself. there are a number of samples out there
where zooming in wpf is done. some even have implemented it as good as
piccolo did, but source is not available.
 
Back
Top