I want to create an Image Gallery (dojox.image.Gallery) with a vertical ThumbnailPicker (dojox.image.ThumbnailPicker). However, by the time I assign my datastore (onload), I can't set the Gallery.thumbPicker.isHorizontal variable. I've tried it with this html, but it doesn't work. Any ideas?
<div dojoType="dojox.image.Gallery" id="gallery1" imageHeight="800"
imageWidth="800" pageSize="3" autoLoad="false" thumbPicker.isHorizontal="false"></div>
imageWidth="800" pageSize="3" autoLoad="false" thumbPicker.isHorizontal="false"></div>
Thanks,
Eric
