11-12-2008, 13:16
|
MRTrevorF
Joined on 11-12-2008
Posts 3
|
WPF BitmapSourceViewer Question
|
 
 
|
|
|
Scenario:
WPF Window.
>> BitmapSourceViewer in the middle
>> buttons along the top that change the BitmapsourceViewer's SizeMode
>> buttons along the bottom that change the BitmapSourceViewer's InteractiveMode
Everything is working as expected, with one exception:
When the SizeMode is "Fit" and the InteractiveMode is "Scale", nothing happens in response to the mouse actions.
If I set the InteractiveMode to "ZoomTo" I can zoom into the picture, and then change back to "Scale" and it will work.
It seems as though the "Fit" SizeMode has the same effect as "Fit Always" when it pertains to the InteractiveMode...
I can create a sample app demonstrating this, if required.
|
|
|
|
|
Report
|
|
|
|