views:

561

answers:

0

I currently have a TileList with a custom itemRenderer based on a VBox. I have bound the DefaultTileListEffect to the itemChangeEffect property on my TileList. However, I've run into a weird problem when I drag an item to a new location in the TileList. When going through the sequence of events (in this case, FadeOut, Move, FadeIn) the tile I'm moving reappears immediately after the FadeOut effect. This of course doesn't look very good when the other tiles move to take it's place. I'm unsure as to what the cause of this is and would appreciate any help.