Could you tell me how to implement xamGauge as a UserControl that can be load to a second SplitPane?
The example in the online documentation does not work for my case.
Hello,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for your replay. I have been looking into your question and I can suggest using the NormalModeSettings of the XamTileManager in order to implement the appearance that you have described. To do that you can set the AllowTileSizing property of the NormalModeSettings to Synchronized in order to resize all tiles proportionally. Also you can set the TileConstraints property of the NormalModeSettings in order to set minimum width and height for example. I have created a sample application for you that demonstrates the described approach. You can read more details on NormalModeSettings here in our documentation: http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamTileManager_Modify_Tile_Behaviors_in_Normal_Mode.html
Please let me know if you need any further assistance on the matter.
I was able to put a textblock in a gauge (to indicate what gauge it is like Temperature 1, Pressure 3...).
I am currently working on XamTileManager. I have a question:
I have a TileManager with 5 tiles and would like to display them equally stretched in the tilemanager.
How would I do it?
I am very glad that my reply was helpful for you. Please let me know if you need any further assistance on the matter.
Krasimir,
It's wonderful, thank you.