Hi All,
Im looking into how to make an effect on my WPF 4.0 application where I have a listbox that can switch from list view (i.e. a vertical stack of my own items) to a grid view (tiled list from left to right) via an animation (not a jump to and from).
I have been looking into Fluid Layout in Blend 4, and messing around with it, but not having much luck.
Does anyone have any ideas as to how I might create a visual state, which changes the layout of the listbox to a grid (also changing the items template to be smaller thumbnails versions) with a nice animation?
I know it sounds like a lot, but it would be a great effect in my app!
Thanks a lot for any help you can give, Ill post back if I find anything as well :)
Mark