Issue 2: SideBarControl double storyboard call.
Status:  Fixed
Owner:
Closed:  Dec 2010
Project Member Reported by szpad...@gmail.com, Dec 15, 2010
What steps will reproduce the problem?
1. Start the application.
2. Try to create a situation when SideBarControl is changing it's InnerControl Property several times.
3. In debug We may observe that changeElement method is called multiple times per change. 

What is the expected output? What do you see instead?
changeElement should be called only once.



Dec 15, 2010
Project Member #1 szpad...@gmail.com
The problem was that the event handler was added to the storyboard each time the InnerControl Property was changed.
Dec 15, 2010
Project Member #2 szpad...@gmail.com
Changed the code so it is removing the eventHandler from the story board after it is not needed anymore. Fixed at rev trunk 31
Status: Fixed