Posted 17 years ago
by Dieter De Preester
Hello
when i place a ribbon in a grid, with row 0 it is visible in blend en VS.NET but NOT at runtime. When change the row to nr 1 it is also visible at runtime. The xaml looks like this:
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Bormet.Multisys.Frontend.MainScreen"
Title="MainScreen" Height="583" Width="795" WindowState="Maximized" xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="143"/>
<RowDefinition/>
</Grid.RowDefinitions>
<ribbon:Ribbon HorizontalAlignment="Left" Width="Auto" Grid.Row="0"/>
</Grid>
</Window>
kind regards
Dieter
when i place a ribbon in a grid, with row 0 it is visible in blend en VS.NET but NOT at runtime. When change the row to nr 1 it is also visible at runtime. The xaml looks like this:
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Bormet.Multisys.Frontend.MainScreen"
Title="MainScreen" Height="583" Width="795" WindowState="Maximized" xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="143"/>
<RowDefinition/>
</Grid.RowDefinitions>
<ribbon:Ribbon HorizontalAlignment="Left" Width="Auto" Grid.Row="0"/>
</Grid>
</Window>
kind regards
Dieter