Will Infragistics be coming out with a ZoomBar that can take any visual element as its content? The Telerik zoombar allows this and it makes it very flexible. For instance I would like to put an entire chart inside a zoombar instead of just having a small scroll bar along the x axis.
Hi,
Maybe I'm misunderstanding your requirement. But have you tried using the HorizontalPreviewContent and VerticalPreviewContent?
Apart from these customizations the style of the xamZoombar is extensively customizable, so what you want to achieve is probably possible.
For example, in the stocks dashboard sample: http://labs.infragistics.com/silverlight/Showcases/Stocks/
The control on the bottom is the zoom bar with an embedded chart.
-Graham
I apologize. It appears that the Zoombar does have this ability. It wasn't very obvious from the documentation. This is exactly what I am looking for. Thanks!