wpf - Comboxbox Selected Value In XAML -


How to set the selected value for the combobox For example, there are some values ​​of my 1-10, and I select the 5th value Want to do

I tried to use SelectedValue and SelectedItem , but its not working for me.

The selected index should work.


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

NHibernate Passing Session to the Repository -

objective c - Mouse events for an NSSegmentedCell subclass? -