View Issue Details

IDProjectCategoryView StatusLast Update
0001350NoesisGUIC++ SDKpublic2018-11-23 16:31
Reporterjsantos Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionopen 
Target Version2.2.0Fixed in Version2.2.0b4 
Summary0001350: Incorrect layout of Grid
Description

http://www.noesisengine.com/forums/viewtopic.php?f=3&t=656

Steps To Reproduce


<Page
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

<Grid>
    <Grid.ColumnDefinitions>
        <ColumnDefinition Width="200" />
        <ColumnDefinition Width="*" />
    </Grid.ColumnDefinitions>
    <Grid.RowDefinitions>
        <RowDefinition Height="*" />
        <RowDefinition Height="Auto" />
    </Grid.RowDefinitions>

    <Ellipse Grid.Column="0" Grid.Row="0" Width="200" Height="3000" Fill="Red"/>

    <StackPanel Grid.Column="0" Grid.Row="1">
        <Button Content="Save Planet" Margin="2"/>
        <Button Content="Revert Planet" Margin="2"/>
        <Button Content="Randomize Planet" Margin="2"/>
    </StackPanel>

</Grid>

</Page>

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-11-21 13:44 jsantos New Issue
2018-11-21 13:44 jsantos Assigned To => sfernandez
2018-11-21 13:44 jsantos Status new => assigned
2018-11-23 16:31 sfernandez Status assigned => resolved
2018-11-23 16:31 sfernandez Fixed in Version => 2.2.0b4
2018-11-23 16:31 sfernandez Target Version => 2.2.0