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
Hello Eric,
I am just checking if you require any further assistance on the matter.
Hi Eric,
Thank you for your reply. I have been looking into your issue and you can change the width of the space between the tiles by setting the ‘InterTileSpacingX’ and ‘InterTileSpacingY’ properties of the XamTileManager control. Currently they are set in the XamTileManagerStyle in MetroDark.xamTimeManager.xaml.
Let me know, if you need any further assistance on this matter.
Hi,
how about "
"?
thanks,
Eric
Thank you for the attached sample application. I have been looking into your sample application and the size of every of the tiles is calculated based on its content. This is why you cannot explicitly tell a size to get only 1/3 of the XamTileManager. The main idea of this control is not to show all the tiles maximized – one tile is usually maximized only.
hi,
Please check the attachement.
ERic