2
我有一些XAML:我可以在WPF中包裝RadioButton的內容/文本值嗎?
<StackPanel Orientation="Horizontal">
<TextBlock x:Name="KeyLWP" TextWrapping="Wrap" MaxWidth="120">A Letter or Word or Phrase
</TextBlock>
<StackPanel>
<RadioButton x:Name="rdbtnCandidateVal1" Content="Two wrongs don't make a Wright Brothers Grimm was the Thingamabob Dylan Thomas Jefferson Airplane">
</RadioButton>
...其中,分配給一個單選按鈕的內容的長字符串,它只是脫落的地球的邊緣。如果需要,我如何使用TextBlock的TextWrapping和MaxWidth屬性來包裝它?或者我必須將TextBlock與每個RadioButton配對,避開RadioButton的Content/Text屬性?
謝謝,克里斯;我不得不添加一個MaxWidth val,但這很簡單。 – 2014-12-06 00:16:13