Is there an Infragistics control for Sliverlight that is the equivalent of the XamTabControl (or UltraTabControl in WinForms) that provides for a Wizard style?
Hi,
Has this changed.
I need something like this
http://es.infragistics.com/samples/wpf/tab-control/show-hide-tabs
Thanks,
Greg
Hi Tom,
Just checking if you were able ot overcome this and if you require any furhter assistance on the matter.
Regards Petar.
Hello Tom,
Sorry if I wasn’t clear. I meant this would be somewhat similar, but in the end there still isn’t a Infragistics Silverlight TabControl yet.
I have been further researching this and found a much easier way of doing this. Instead of retemplating the XamWebTileView (by removing the Root grid’s RowDefinition containing the MinimizedScrollBar) you can set the MinimizedStripArea property to 0.0001 like so:
<igTileView:TilePanelSettings
MinimizedStripLocation="Top"
MinimizedStripHeight="0.0001" />
Please let me know if you require any further assistance on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support
Hi Petar,
I am still trying to find a way to use the XamWebTileView as a wizard, where the thumbnails of the different TilePanes are not visible. in a separate support thread, you have suggested altering the default style -- haven't yet had a chance to investigate and try.
Tom
I am just checking if my suggestion helped and if you have resolved your issue.
Let me know if you still require assitance.