Hi all,
I am using this XamTileManager in my project :
<ig:XamTileManager Name="MainTileControl" TileClosed="OnTileClosed"> <ig:XamTileManager.NormalModeSettings> <ig:NormalModeSettings TileLayoutOrder="Horizontal" AllowTileSizing="No"/> </ig:XamTileManager.NormalModeSettings> </ig:XamTileManager>
I am adding tiles manually using myXamTileManager.Items.Add(myTile);
After that, I am moving my tiles on the XamTileManager.
So at the end thay are not at the same position as at the begining on my screen, but they have the same position in the collection myXamTileManager.Items.
How could I identify which one of my collection myXamTileManager.Items is the first top left? (end the following)
I don't want to use TileLayoutOrder="UseExplicitRowColumnOnTile" because I want to keep the automatic tile move when I resize my XamTileManager.
Moreover if I use TileLayoutOrder="UseExplicitRowColumnOnTile" I got to set the column and row when I am adding my tile manually, and it really sucks.
Thanks, regards
Hi,
Thank you for your reply.
I hope it will be choosen to be develop in a new version.
That's strange that has not be develop before, it looks so basic.
Regards
Hello,
After some research the functionality that you are looking for has been determined to be a new product idea. I have sent your product idea directly to our product management team. Our product team chooses new product ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this product idea is PI13060022.
If you would like to follow up on your product idea at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Hi again,
Any Idea?
It looks simple but I spent a lot of time trying to find something and I don't ...