1
Answer

WPF custom control

Ask a question
TechieBuddy

TechieBuddy

14y
2.4k
1
Hi Folks, 
I have created a custom combobox, which has a property that holds a corresponding textbox name. 
When I choose a combobox item, the corresponding textbox should be updated with some value. (Note the textbox name is taken from custom combobox property[newly created])
How can I do this using xaml / code behind

Answers (1)