TWebContinuousScroll Changing ItemTemplate

Hi,

If the screen size is below a certain width I want to use a different item template. I am doing this in the form's OnResize event but it is having no effect. I have tried using a begin/end update but makes no difference.

Thanks,

Ken

The template has effect for when new items are rendered.
Is this the case?

I'm not sure, but that wouldn't give me what I was trying to do anyway. I have changed my approach and am using classes and @media to do it instead. Actually a much better solution to what I originally tried.