L
L
libera2016-03-08 13:43:49
WPF
libera, 2016-03-08 13:43:49

Combobox Accessing data?

<ComboBox x:Name="comboBox" HorizontalAlignment="Left" Margin="8,29,0,0" VerticalAlignment="Top" Width="74" SelectedIndex="0">
            <ComboBoxItem Content="ID" HorizontalAlignment="Left" Width="92"/>
            <ComboBoxItem Content="Profiles" HorizontalAlignment="Left" Width="92"/>

        </ComboBox>

+ Dispatcher.Invoke(()=> comboBox. Что дописать.) +

Help, I can't figure out how to turn to another thread to get data from the ComboBox.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2016-03-08
@yarosroman

Use MVVM to build an application, there will be no such questions, I recommend Caliburn.Micro for this purpose

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question