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