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
1115
xamgrid columlayout look
posted

I have a grid with 3 different types of child data in columnlayouts.  To make it visually easier to view, I thought I should vary the style of each child area.

I am assuming I would add a CellStyle to the ColumnLayout section, and define it somewhere as a resource.

Do you have an example I can base it on?

 

Parents
No Data
Reply
  • 40030
    Offline posted

    Hi, 

    I don't have a specific sample. 

    However, you are correct in your assumption. Simply setting the CellStyle property for each ColumnLayout will do the trick. 

    The CellStyle property is expecting a Style of type CellControl.

    The following sample shows an example of a custom CellControl style being used on the Root level of the XamGrid:


    https://es.infragistics.com/samples/silverlight 

    Hope this helps, 

    -SteveZ

Children
No Data