I have a Silverlight child window in place,
however I want to hide certain options i.e. check boxes from the user until a specific item on the current form is clicked.
Once that item has been click I need the window to resize dynamically to show the checkboxes down the side of the window. I believe this would be using an animation to make the transition smooth however I have no idea if this is even possible?
Any insight would be appreciated.
try using an accordion or an expander control, they have the functionality to animate grow and shrink the specific content they contain! Hope that this solves your problem