Hi,
I have noticed a bug with the xamtilemanager. I have a set of tiles and when I maximize one of the tiles the other tiles go to the right, when there are a few tiles a scroll bar appears allowing you to go through the tiles, scrolling to the bottom causes the control to crash and you can't do anything without closing the application
Thanks, Grant
Hello,
I was working on a solution to show you and during it I had updated the infragistics as the dialog came up and updating them seems to have fixed the issue. However there are now some different behaviours regarding the xamcomboeditor
such as:
http://es.infragistics.com/community/forums/t/95504.aspx
Also the selecteditem behaviour is not acting as it was before the update.
Basically a combo to allow the user select an icon, if the item is null on the initial load then the dropdown appears in the top left corner of the screen rather than directly below the control?
Here is my combo item:
<ig:XamComboEditor Grid.Column="1" Grid.Row="4" AllowDropDownResizing="False" SelectedItem="{Binding Warehouse.Icon, ValidatesOnDataErrors=True, NotifyOnValidationError=True}" ItemsSource="{Binding WarehouseIcons}" Width="200" HorizontalAlignment="Left" Margin="2,2,5,2"> <ig:XamComboEditor.ItemTemplate> <DataTemplate> <Grid Height="40"> <Grid.ColumnDefinitions> <ColumnDefinition Width="80" /> <ColumnDefinition Width="100" /> <ColumnDefinition Width="*" /> Grid.ColumnDefinitions> <Image Source="{Binding LargeIconPath}" Stretch="Uniform" Grid.Column="0" Margin="5,0,0,0" /> <TextBlock Text="{Binding Name}" Margin="5" Grid.Column="1" HorizontalAlignment="Left" VerticalAlignment="Center" /> Grid> DataTemplate> ig:XamComboEditor.ItemTemplate> ig:XamComboEditor>
FYI ^ I tried to make this less messy for you to readBut it wasn't playing nicely
Hello Grant,
I am just checking your progress on this matter. Please do not hesitate to let me know if you need any further assistance.
Thank you for the feedback. I am looking forward to the sample application. Please do not hesitate to let me know if you have any further questions on this matter.
My tile manager is a lot more complicated that the one you have supplied. For starter the data is binding straight from a view model rather than in xaml. Each tile is a style within the xaml which is switches on. With the tiles I have, charts, combos, datagrids and many other of your awesome controls. I have tried it with many options and each time it crashes when I scroll. It may take a little bit of time to create working prototype for that.
Thank you for your post!
I have been looking into it and have created a small sample application in order to test the functionality you have described. Using the mentioned sample application I was not able to reproduce the issue.
I am attaching the sample for your reference. Would you please modify it with the functionality you are using so it shows the issue? This way I would be able further investigate this issue for you.
Thank you for the cooperation. Looking forward to hearing from you.