Completed
Last Updated: 13 May 2020 13:13 by ADMIN
Release R2 2020
ADMIN
Lance | Manager Technical Support
Created on: 09 Nov 2017 19:43
Category: ListView
Type: Bug Report
3
ListView: [Android] LoadOnDemandItemTemplate is left aligned
The LoadOnDemandItemTemplate's HorizontalOptions setting is ignored on Android, it will always be left aligned.

See this screenshot for comparison of 3 target platforms side-by-side: https://www.screencast.com/t/K5oWBcP0dLQM

The DataTemplate is as follows:
<telerikDataControls:RadListView.LoadOnDemandItemTemplate>
    <DataTemplate>
        <Grid BackgroundColor="Red" 
                   HorizontalOptions="End">
             <Label FontSize="24"
                         HorizontalOptions="End"
                         Text="Load more items"
                         TextColor="Black" />
        </Grid>
    </DataTemplate>
</telerikDataControls:RadListView.LoadOnDemandItemTemplate>
2 comments
ADMIN
Didi
Posted on: 28 Nov 2019 12:09

Hi,

I am afraid I could not suggest a workaround for this issue because there is no access to the native control's container.

Let me know if I can assist with anything else.

Regards,
Didi
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
MiKo
Posted on: 24 Nov 2019 12:21

As this problem still exists. Do you have any form of a workaround?