How to modify the RadListPicker control as box with rounder corners and with dropdown up and down arrow when it is closed or open.
I need this for all the platforms.
Should look like this in all the platforms:
Thanks And Best Regards,
Mohammed Rameez Raza (Rameez).
1 Answer, 1 is accepted
0
Didi
Telerik team
answered on 08 May 2025, 03:13 PM
Hi Mohammed,
You can add a border around the picker by using the
BorderColor—Defines the border color of the picker.
BorderThickness—Specifies the border thickness of the picker. The default value is new Thickness(0,0,0,1).
Regarding to the drop-down indicator, it is actually the Toggle button. There is a ToggleButtonStyle, so you can subscribe to ListPicker.PropertyChanged and if the IsOpen is true apply toggle style with different icon, if IsOpen is false, apply other style. Here is an example: