gpt4 book ai didi

c# - WPF:如何让 Radiobuttons 显示为 ToggleButtons 的水平行

转载 作者:太空狗 更新时间:2023-10-29 20:00:39 25 4
gpt4 key购买 nike

我目前正在构建一个将在触控面板中使用的用户界面。因此,我想将任何 RadioButton 组显示为 ToggleButtons 的水平行。我已经想出如何显示 ToggleButtons 而不是标准项目符号项目:

    <Style x:Key="{x:Type RadioButton}" 
TargetType="{x:Type RadioButton}"
BasedOn="{StaticResource {x:Type ToggleButton}}">

但是,这将显示 ToggleButtons 的,而不是。您知道执行此操作的简单方法吗?

非常感谢!

最佳答案

将单选按钮放在 StackPanel 中,并将 Orientation 设置为 Horizo​​ntal。

<StackPanel Orientation="Horizontal">
<RadioButton Content="1"/>
<RadioButton Content="2"/>
<RadioButton Content="3"/>
</StackPanel >

关于c# - WPF:如何让 Radiobuttons 显示为 ToggleButtons 的水平行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3371357/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com