when I click on the ig:XamTileManager tile and the tile rearrange it and creating vertical scroll bar one of the tile not visible to the user, user have to scroll down see the tile
private void xamTileManager1_PreviewMouseDoubleClick(object sender, MouseButtonEventArgs e) { e.Handled = true; }
<Style TargetType="{x:Type ig:XamTile}"> <EventSetter Event="PreviewMouseDoubleClick" Handler="xamTileManager1_PreviewMouseDoubleClick"/> </Style>