Since I cannot find any official documentation about it I need to ask this questions. Is there any way to animate grids on visibility change?
I have tried adding TransitionCollection
s to grids but it works only the first time that grid initialized.
I also tried this answer but it also wont work because Grid.Loaded
event fires even if grid is collapsed.