<xForms:SfDataGrid Grid.Row="1" AutoGenerateColumns="False" ColumnSizer="Star" ItemsSource="{Binding View}" SelectionMode="None" ShowRowHeader="False"> <xForms:SfDataGrid.Columns> <xForms:GridTemplateColumn MappingName=""> <xForms:GridTemplateColumn.CellTemplate> <DataTemplate> <Grid ColumnSpacing="3" Padding="0"> <!--<Grid.BindingContext> <viewModels:TimeLogTypeViewModel /> </Grid.BindingContext>-->
<Grid.ColumnDefinitions> <ColumnDefinition Width="*" /> <ColumnDefinition Width="25" /> <ColumnDefinition Width="25" /> <!--WORK AROUND FOR LISTVIEW SCROLLBAR--> <ColumnDefinition Width="10" /> </Grid.ColumnDefinitions> <Label FontSize="{StaticResource TitleFontSize}" HorizontalOptions="StartAndExpand" Text="{Binding Model.Name}" TextColor="Black" /> </Grid> </DataTemplate> </xForms:GridTemplateColumn.CellTemplate> </xForms:GridTemplateColumn> </xForms:SfDataGrid.Columns> </xForms:SfDataGrid> |
Hi Thomas,
Thanks for the update.
Please let us know if you require further assistance on this.
Regards,
Harikrishnan