Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
470
XamTileManager half half for the XamTitles
posted

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