Element visibility is still collapsed after dragging SfGridSplitter

Hello
I have a problem with the SfGridSplitter. Here's my very simple XAML:
<Grid>
    <Grid.ColumnDefinitions>
        <ColumnDefinition MinWidth="0"/>
        <ColumnDefinition Width="19"/>
        <ColumnDefinition MinWidth="0"/>
    </Grid.ColumnDefinitions>
    <StackPanel Grid.Column="0" >
        <TextBox Text="Test 1" />
        <input:SfCalculator/>
    </StackPanel>
    <input:SfGridSplitter x:Name="gridSplitter" EnableCollapseButton="True" ShowsPreview="True"
                          VerticalAlignment="Stretch" Grid.Column="1" />
    <StackPanel Grid.Column="2" >
        <TextBox Text="Test 2" />
        <input:SfCalculator/>
    </StackPanel>  
</Grid>


In the beginning demo shows 2 calculators and the splitter between them (attached image splitter1)
I click on the collapse button and collapse the left region (attached image splitter2)
When I manually move the splitter, the left region remains empty (image splitter3)
After I move splitter click on the splitter the visibility is restored. (image spliter4)

Thanks,
Tom



Attachment: GridSplitterError_eaccd4c2.zip

1 Reply

DR Durga Rajan Syncfusion Team August 3, 2016 11:56 AM UTC

Hi Tomislav,

We were able to reproduce the issue and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Regards,
Durga S.

Loader.
Up arrow icon