Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
430
Add control to tile?
posted

I have been experimenting with the UltraLiveTileView and do like it.  I am wondering, however, if it is possible to add a control to a tile such as a grid.  I'd love to see a something that met in the middle for UltraLiveTileView and UltraTilePanel for users to create custom dashboards in our program.  

Also, is there a method for saving the user's customized layout of the tiles?

Parents
  • 23930
    Verified Answer
    Offline posted

    Hello,

    Thank you for contacting Infragistics Support.

    What you could do in order to add a grid to a tile is to use a CreationFilter. In it you can add an UltraPanel which overlaps the tile, then add the UltraGrid to the panel. If you want to know more about Creation Filters please follow this link:

    http://help.infragistics.com/Help/Doc/WinForms/2012.1/CLR2.0/HTML/Win_Creation_Filter.html

    As for saving and loading layout you can use the SaveAsXml and LoadAsXml methods. The former saves your layout as Xml file, while the latter loads it from an Xml file.

    I have attached a sample which demonstrates this suggestion.

    Please let me know if you have any additional questions.

    WLTV_AddControlToTile.zip
Reply Children
No Data