Unplanned
Last Updated: 07 Mar 2019 11:39 by ADMIN
Werner
Created on: 06 Mar 2019 21:27
Category: DataGrid
Type: Feature Request
2
Xamarin Forms DataGrid / SizeMode="Fill" which causes column to fill the left space

SizeMode="Fill" for Xamarin.Forms datagrid column to fill the space left

e.g.

<radDataGrid:DataGridDateColumn PropertyName="Date" SizeMode="Fixed" Width="80" />
<radDataGrid:DataGridTextColumn PropertyName="Title" SizeMode="Fill"  />
<radDataGrid:DataGridNumericalColumn PropertyName="Score" SizeMode="Auto" />

=>

First column has width 80, 3rd column has width of content (already working)

NEW: Second column occupies the space left

1 comment
ADMIN
Yana
Posted on: 07 Mar 2019 11:16
Hello Werner,

Thank you for sending this feature request.  I've converted it into a public item, so that we could track its demand.

I'd also like to note that as opposed to the Stretched size mode, the new mode will take the available space and will not expand in order to accommodate longer strings.

You can find your points updated as a small sign of gratitude for your involvement.

Regards,
Yana
Progress Telerik