Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
GroupBy drop area problem when xamgrid has a viewbox/canvas combo as parent
posted

I am having an issue where the xamgrid groupby drop area is getting moved out of the bounds of the xamgrid when the parent containers look like this:

<Viewbox>
<Canvas Width="500" Height="500">
<ig:XamGrid x:Name="igGrid" ItemsSource="{Binding Path=Collection}" AutoGenerateColumns="False" ColumnWidth="*" Width="500" Height="500">
<ig:XamGrid.Columns>
<ig:TextColumn Key="Property1" HeaderText="{Binding Property1}" />
<ig:TextColumn Key="Property2" HeaderText="{Binding Property2}" />
<ig:TextColumn Key="Property3" HeaderText="{Binding Property3}" />
</ig:XamGrid.Columns>

<ig:XamGrid.GroupBySettings>
<ig:GroupBySettings AllowGroupByArea="Top" />
</ig:XamGrid.GroupBySettings>
</ig:XamGrid>
</Canvas>
</Viewbox>

Has anyone ever raised this issue before? Unfortunately the parent panels cannot be changed at this time. Trying to figure out a workaround.

Parents
No Data
Reply Children
No Data