Unplanned
Last Updated: 10 Feb 2021 05:38 by ADMIN
Currently, there is no ItemTemplate for the SegmentedControl, therefore we need to use an IEnumerable<string>.

Please add support for ItemTemplate, or DisplayMemeberBinding property, so that we can bind to an IEnumerable<T>.
Unplanned
Last Updated: 04 Feb 2019 14:08 by ADMIN
Currently, we have exposed a limited set of properties which you can use for styling the items. We should consider adding additional ones like Text alignment, TextFontSize, etc. Setting a separate Control Template might be the best option.
Unplanned
Last Updated: 14 Mar 2019 02:39 by ADMIN
Created by: Trung
Comments: 0
Category: SegmentedControl
Type: Feature Request
5
Provide a way to set rounded corners on the outer buttons on Android and UWP like seen on iOS.
Unplanned
Last Updated: 01 Sep 2020 07:51 by ADMIN
On iOS there is an initial animation when the page with the SegmentedControl is loaded. Provide API to suppress that animation.
Unplanned
Last Updated: 09 Apr 2020 10:10 by ADMIN
Created by: Carlos
Comments: 4
Category: SegmentedControl
Type: Feature Request
3
Dear,
Please include the functionality of badges in the RadSegmentedControl control.

Best regards.

Carlos Palomino
Unplanned
Last Updated: 07 Apr 2020 08:37 by ADMIN
Created by: n/a
Comments: 1
Category: SegmentedControl
Type: Feature Request
3

Currently, the RadSegmentedControl only has support for SelectionChanged. I need an event that will fire if the user selects the same item again. 

Note that GestureRecognizers don't work (i.e. TapGestureRecognizer), so this will need to be a Telerik-implemented event.

Unplanned
Last Updated: 06 Mar 2018 11:43 by Clément
Created by: Clément
Comments: 0
Category: SegmentedControl
Type: Feature Request
1

			
Unplanned
Last Updated: 18 Jun 2018 09:58 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 0
Category: SegmentedControl
Type: Feature Request
1
Provide support for multiple rows of segments. Additionally, ad properties that help manage the wrapping behavior. Some example property names for such a feature:

AllowMultipleSegmentRows="True"
MaximumSegmentsPerRow="3"
Unplanned
Last Updated: 05 Dec 2018 14:18 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 2
Category: SegmentedControl
Type: Feature Request
1
If the SelectedIndex value set is outside the items bounds, automatically select the first or last item instead of throwing a NullReferenceException.

Ex. Similar to the behavior of the Xamarin.Forms Picker control.
Unplanned
Last Updated: 31 May 2023 06:00 by Nathan
Created by: Nathan
Comments: 0
Category: SegmentedControl
Type: Feature Request
0
Provide an option to change the background color of the disabled segment.