Does anyone know of any WPF controls that act like the Apple Dock (something like this). If not how would you go about creating one? A horizontal listbox of images is simple but I can't seem to recreate the smooth magnification of the images based on where the mouse is. Any help would be appreciated.
A:
Not an expert, but sounds like you'd do an animation on a ScaleTransform on the LayoutTransform of the items?
mouse enter would start animation to increase the scale, exit the reverse?
John Gardner
2010-08-11 23:57:04
A:
just have a look at this control
http://chakkaradeep.wordpress.com/2007/08/15/mac-like-dock-using-wpf/
Kishore Kumar
2010-08-12 04:20:19