c# - How can i make something like this in WPF? -


i got functionality slider, make extensible list in microsoft office. im not sure how make in xaml. thing can think of expander> looks different.

you mean

<combobox>    <comboboxitem>1</comboboxitem>    <comboboxitem>2</comboboxitem>    <comboboxitem>3</comboboxitem> </combobox> 

resp:

<combobox itemssource="{binding numbers}" /> 

Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -