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?
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