Is there a way to customize an objectlist control such that each listitem displays in a different color. Customization is dependent on the data so needs to happen in codebehind. There is no dataitemcreated event exposed? Is the answer to create a custom control? I have worked with asp.net controls but new to mobile controls. All I am trying to do is display a dataset in nxn tabular display with each item a different color and also a link, perhaps objectlist is not the answer, but some other control?