Posted
on Aug 23, 2011
(permalink)
Ok, this is getting me closer. The issue I'm seeing now is that when I scroll the items to the extreme left or right there isn't an actual item in the center of the path. The "TopContainerChanged" event doesn't fire when the items at the ends of the collection are moved out of the top most postion. So basically I'm using the "TopContainerChanged" event to update a label as new items are moved into that postion. When the last item moves out of that position, the event doesn't fire again so my label doesn't clear as I would like it to. Shouldn't the event fire when the top most item goes from something to null? Is there an event that fires when either the radcarousel or radcarouselpanel is scrolled? I could create a workaround if there is an event like that.