简体   繁体   中英

How to make radiobuttonbar in wpf xaml with a nice look

I want for my user that they can select one option from a ItemsControl When i use radiobuttons it is not looking nice so i like to have something like picture 2 but then with a nice solution to see what option is selected.

I am new to wpf, can someone point me to the right direction with xaml在此处输入图片说明

在此处输入图片说明

Hey use a ListView and Binding the SelectedIndex do an Integer so you know which one is selected. In this way you could set a picture or some style properties in dependency to the SelectedIndex. If you really want your solution than change the Back- or Foreground Property with an OnMouseUp or with a Command. Hope this helps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM