TileViewControl

Hi,

I´m trying out the TileViewControl. It´s a cool control, but how can I get the new position for each TileViewItem after repositioning it. The TileView.Item collection seems to hold always the original order.

Thank you.

Regards,
Ahmed

2 Replies

PK Prathap K.N Syncfusion Team February 26, 2010 02:55 PM UTC

Hi Ahmed,

Thanks for using syncfusion products.

You can get the position of the TileView items by using the code snippet as follows,

Canvas.GetLeft(TileViewItem), Canvas.GetRight(TileViewItem), Canvas.GetTop(TileViewItem), Canvas.GetBottom(TileViewItem).

Hope this resolves your problem.

Please let us know for any further queries.

Regards,
Prathap


VS Vijayanand S Syncfusion Team May 18, 2010 07:57 PM UTC

Hi Ahmed,

Sorry for the previous update.

Currently we do not have an option to get the current order of the TileViewItems after it is repositioning. We have logged a feature request for this and will get back to you as soon as possible once it is implemented.

Please let me know if you have any questions.

Regards,
Vijay


Loader.
Up arrow icon