Cant seem to find a way to hide the scrollbars in the xamWebTileView. We are setting the MinimizedStripWidth and MinimizedStripHeight.
Thanks
Hi,Is the question is about minimized mode only?Could you put more details and any sample code to look at?Regards,Marin
well, sort of. When one view is maximized and the other views are along the side, tiled, a scroll bar appears which we are unable to hide.
<igTV:XamWebTileView x:Name="MainView" BorderBrush="{x:Null}" Background="{x:Null}" Foreground="{x:Null}" MaximizedStateChanging="XamWebTileView_MaximizedStateChanging" MaximizedStateChanged="XamWebTileView_MaximizedStateChanged" RowsInPage="4" ColumnsInPage="3" KeepMaximizedTilesInCurrentPage="True">
<igTV:XamWebTileView.TilePanelSettings>
<igTV:TilePanelSettings MinimizedStripHeight="155" MinimizedTilePaneSizing="False" MinimizedStripWidth="350" x:Name="MainTilePaneSettings"/>
</igTV:XamWebTileView.TilePanelSettings>
<igTV:TilePane x:Name="SystemTile" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="#FFF8F8F8" Header="System" BorderThickness="0" Style="{StaticResource teststylepane}">
<Rectangle Height="100" Fill="#FF4D0808" Stroke="#FF6C0606"/>
</igTV:TilePane>