trapemiyaの日記

hatenablogが新しくなったんで新規一転また2019年1月からちょこちょこ書いてます。C#中心のプログラミングに関するお話です。

2011-06-08から1日間の記事一覧

RadioButtonのチェックがコードからCheckできなくなるバグはWPF4でも未だ直っていないようだ。

WPF

このバグは以下のコードで再現される。 <Window x:Class="test2010wpf.RadioButtonTest" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:test2010wpf" Title="RadioButtonTest" Height="150" Width="502"> <Window.Resources> </window.resources></window>