Is there a way via XAML to set the MinWidth and MinHeight for all tilePanes, in particular with the
pane state is minimized. I tried several different ways with no luck. Thanks in advance
Scott
Thanks worked with a little tweaking.
Hi Scott,You can set the MinimizedStripWidth when the minimized strip is vertical:<igTV:XamWebTileView ... > <igTV:XamWebTileView.TilePanelSettings> <igTV:TilePanelSettings MinimizedStripWidth="80"/> </igTV:XamTileView.TilePanelSettings>...and MinimizedStripHeight when the minimized strip is horizontal.Regards,Marin