| Issue 2: | SideBarControl double storyboard call. | |
| Back to list |
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
Dec 15, 2010
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
|