Completed
Last Updated: 07 Aug 2024 08:42 by ADMIN
Release 7.1.0 (2024 Q3)
Created by: Oussama
Comments: 1
Category: ListPicker
Type: Feature Request
0
Provide a way to detect when the selector is toggled, so custom logic can be implemented accordingly.
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>