Hi Support,
I have tow titles in the XamTitleManager in two columns and I want to make each XamTitle take half of the width. How Could I do that?
<title:NormalModeSettings TileLayoutOrder="UseExplicitRowColumnOnTile" MaxColumns="2" MaxRows="1" VerticalTileAreaAlignment="Stretch" HorizontalTileAreaAlignment="Stretch" ShouldAnimate="False" ExplicitLayoutTileSizeBehavior="SynchronizeTileWidthsAcrossRows" />
<title:XamTile Header="Request" title:XamTileManager.Column="0" title:XamTileManager.Row="0" >
<title:XamTile Header="Response" title:XamTileManager.Column="1" title:XamTileManager.Row="0" >
I found that this doesn't work. Each title couldn't take the half and please help.
Another problems is that we are using C:\Program Files (x86)\Infragistics\2014.1\WPF\Themes\MetroDark\MetroDark.xamTileManager.xaml to create our own style and the splitter is between the titles is too wide. How could I change that?
thanks,Eric
Hi Andy,
Thank you for your post. I have been trying to reproduce the issue that you are having and the both tiles seems to have the same size. Could you please attach a sample application that shows your scenario?
Looking forward to hearing from you.