ZoomContentControl scrollbar issue

Navigation for WPF Forum

Posted 12 years ago by Martin
Version: 11.2.0551
Avatar
When I add a canvas with the dimensions 100x200, the vertical scrollbar only scrolls from the middle to the top. Scrolling down from the middle does not work. When changing the dimensions of the canvas to 200x200 it works fine. Is this a bug, or am I doing something wrong?

<Window x:Class="ZoomContentControlTest.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525" xmlns:navigation="http://schemas.actiprosoftware.com/winfx/xaml/navigation">
    <Grid>
        <navigation:ZoomContentControl IsVirtualSpaceEnabled="True" HorizontalAlignment="Stretch" Name="zoomContentControl1" VerticalAlignment="Stretch" Background="Black">
            <Canvas Width="100" Height="200"  Background="White"/>
        </navigation:ZoomContentControl>
    </Grid>
</Window>

Comments (2)

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Martin,

I was unable to reproduce the issue you describe. Are you sure you are running the latest version as you indicated, as I believe this issue was fixed.


Actipro Software Support

Posted 12 years ago by Martin
Avatar
Updating to the latest version solved the issue. Thanks for the help.
The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.