SegmentedControl: Expose additional properties or mechanism to control the appearance of the items
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.
5 comments
ADMIN
Yana
Posted on:04 Feb 2019 14:08
Hello Brian,
Thank you for your input on this feature request.
Regards,
Yana
Progress Telerik
Brian
Posted on:04 Feb 2019 14:01
Hi, Just an update. I was able to achieve the visual affect of changing the border color but I still have a request to expose the header attributes to make things like Selected segment font BOLD or be able to style the selected segment lower border line to double its thickness.
The alternative control would be RadTabView but it has different limitations. SegmentedControl allows me to wrap it with a scrollview for long horizontal nav bars, RadTabView doesn't support scrollview(yet!). So now I'm stuck with correct functionality but incorrect UI colors in my app. I'll post to see if I can use a Renderer to achieve this for now.