Bottom of window missing in .NET 4.0

Ribbon for WPF Forum

Posted 14 years ago by Cameron MacFarland - Senior Software Engineer, Orelogy Geotechnical
Version: 9.1.0506
Platform: .NET 4.0
Environment: Windows 7 (64-bit)
Avatar
When using a RibbonWindow in .NET 4.0, the bottom of the content gets cut off.

Here's an example window that shows the issue. Just compile and run under .NET 4.0
<ribbon:RibbonWindow x:Class="ActiproRibbonWindowTest.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon"
        xmlns:docking="http://schemas.actiprosoftware.com/winfx/xaml/docking"
        Title="MainWindow" Height="350" Width="525">
    <docking:DockSite 
        x:Name="dockSite"
        >
        <docking:SplitContainer>
            <docking:SplitContainer Orientation="Vertical">

                <!-- Workspace -->
                <docking:Workspace>
                    <docking:TabbedMdiHost>
                        <docking:TabbedMdiContainer>
                            <docking:DocumentWindow Title="Document1.txt">
                                <TextBox Text="Where did Tool Window 2 &amp; 4 go?" />
                            </docking:DocumentWindow>
                        </docking:TabbedMdiContainer>
                    </docking:TabbedMdiHost>
                </docking:Workspace>

                <docking:ToolWindowContainer>
                    <docking:ToolWindow Title="Tool Window 3" />
                    <docking:ToolWindow Title="Tool Window 4" />
                </docking:ToolWindowContainer>

            </docking:SplitContainer>

            <docking:ToolWindowContainer>
                <docking:ToolWindow Title="Tool Window 1" />
                <docking:ToolWindow Title="Tool Window 2" />
            </docking:ToolWindowContainer>

        </docking:SplitContainer>
    </docking:DockSite>
</ribbon:RibbonWindow>

Comments (4)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Cameron,

Does this only happen when glass is on? Is it ok if glass is off?


Actipro Software Support

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Cameron,

We think we found the issue here and should have it resolved for the upcoming build 507.


Actipro Software Support

Posted 14 years ago by Cameron MacFarland - Senior Software Engineer, Orelogy Geotechnical
Avatar
The bug is still there if glass is off.

I haven't noticed any other issues with .NET 4 so far. Thanks for fixing this so fast, I'm looking forward to the next release.
Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Cameron,

We tested it and had another customer test it and all of us are only seeing it when glass is active, which makes sense since that's the only time we modify the client area.


Actipro Software Support

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.