Hi,
I am using a XamTileManager in my application. TileLayoutOrder property allows resizing a tile either HorizontalVariable or VerticalVariable. I need both of these properties behavior in my XamTileManager, like my Tile should be re sizable either horizontally or vertically. When resizing a tile, it should not affect the other tiles size in the same row or column. Help me in achieving this ?
Hello Kumaran,
Thank you for your post. I have been looking into the functionality that you are trying and I can suggest using the AllowTileSizing property of the NormalModeSettings of the XamTileManager. By setting this property to Individual, you will be able to change the size of the tiles individually. You can read more detailed information regarding this property and the available values here in our online documentation: http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=InfragisticsWPF4.Controls.Layouts.XamTileManager.v12.1~Infragistics.Controls.Layouts.NormalModeSettings~AllowTileSizing.html, http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=InfragisticsWPF4.Controls.Layouts.XamTileManager.v12.1~Infragistics.Controls.Layouts.AllowTileSizing.html
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi Krasimir,
AllowTileSizing property allows individual tile resizing either horizontally or vertically. But my requirement is like a tile should be re sizable both horizontally and vertically.