Completed
Last Updated: 01 Mar 2023 14:44 by Daniel
Created by: Daniel
Comments: 2
Category: ListPicker
Type: Bug Report
0

On Windows, the RadListPicker's Placeholder is misaligned:

code used:

<telerikInput:RadListPicker Grid.Row="0" Grid.Column="3" x:Name="routeTypeListPicker"  HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand" HeightRequest="40"  WidthRequest="120" Margin="5"
                          ItemsSource="{Binding RouteTypeItems}" 
                          DisplayMemberPath="Value"
                          SelectedItem="{Binding SelectedRouteTypeItem, Mode=TwoWay}">
                    </telerikInput:RadListPicker>