PetitKinder
❔ combobox with radioButtons
Hello,
I have modified the template of a combobox, and I'm trying to output the items inside the popup as radioButtons. Since you can select one item at once, and can't uncheck items, this is exactly the behavior of radio buttons. So it shouldn't be hard to just display the items as radioButtons, is it ?
In fact I just want to display the checkmark of radioButtons with the items.
Thanks for your help.
8 replies
❔ WPF data binding
Hello, I'm new into wpf developing. I'm trying to bind textbox's data to a property, but it seems to work only for getter, not setter. when I manually set the property and run the app, the textbox is filled by the property. But when, in the app, I change textbox's data, it doesn't update the property. Can somebody help me ?
65 replies