Backstage Vertical Line Stretch="Fill" locks app

Ribbon for WPF Forum

Posted 13 years ago by Owen Christensen - Software Engineer, Minitab Inc.
Version: 11.1.0540
Platform: .NET 4.0
Environment: Windows 7 (64-bit)
Avatar
The following causes the application to lock when attempting to open the backstage (presumably caught in an infinite measure-arrange loop)

    <ribbon:Ribbon>
        <ribbon:Ribbon.ApplicationMenu>
            <ribbon:Backstage>
                <ribbon:BackstageTab Header="A Header">
                    <Grid>
                        <Grid.ColumnDefinitions>
                            <ColumnDefinition Width="0.3*"/>
                            <ColumnDefinition Width="Auto"/>
                            <ColumnDefinition Width="0.7*"/>
                        </Grid.ColumnDefinitions>
                        <TextBlock Text="Text" Grid.Column="0"/>
                        <Line x:Name="PART_Line" X1="0" Y1="0" X2="0" Y2="1" Stretch="Fill" StrokeDashArray="2,2" Stroke="Black" SnapsToDevicePixels="True" HorizontalAlignment="Left" Grid.Column="1"/>
                        <TextBlock Text="Text" Grid.Column="2"/>
                    </Grid>
                </ribbon:BackstageTab>
            </ribbon:Backstage>
        </ribbon:Ribbon.ApplicationMenu>
    </ribbon:Ribbon>
[Modified at 02/08/2011 01:23 PM]

[Modified at 02/08/2011 01:24 PM]

[Modified at 02/09/2011 10:29 AM]

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Owen,

Thanks for reporting this. It appears to be a bug introduced in build 10.2.0533. We've fixed it for the next maintenance release, which we hope to have out later this week or early next week.


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.