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.
hi,
Please check the attachement.
thanks,
ERic
Hi 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.
Let me know, if you need any further assistance on this matter.
Hi,
how about "
"?
Eric
Hello Eric,
I am just checking if you require any further assistance on the matter.