Behaviour change in RadioButtonList

WPF Studio, Themes, and Shared Library for WPF Forum

Posted 15 years ago by Vernon Larcombe
Avatar
Hi,

The behaviour of the RadioButtonList seems to have changed between version 4.5.0480 and
version 2009.1 (Build 500).

With the old version the following XAML works as expected:

<shared:RadioButtonList>
<shared:RadioButtonList.ItemsSource>
<x:Array Type="{x:Type sys:String}">
<sys:String>_400%</sys:String>
<sys:String>_200%</sys:String>
<sys:String>_100%</sys:String>
<sys:String>_75%</sys:String>
<sys:String>Fit _Width</sys:String>
<sys:String>Fit _Page</sys:String>
</x:Array>
</shared:RadioButtonList.ItemsSource>
</shared:RadioButtonList>

With the keyboard access keys being displayed and responding correctly. In the new version the access key text is just displayed as part of the text of the radio button.

How can I restore the old behaviour?

Thanks,

Vernon Larcombe

[Modified at 07/13/2009 08:34 AM]

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Vernon,

You are correct, we made some changes a while back that inadvertently changed the behavior. I have correct this for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.